mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
* isx: Update to version 0.3.10 Fix autoupdate * isx: update hash * Update isx.json * Update isx.json --------- Co-authored-by: HUMORCE <humorce@outlook.com>
19 lines
729 B
JSON
19 lines
729 B
JSON
{
|
|
"version": "0.3.10",
|
|
"description": "InstallShield installer extractor. Continuation of 'ISXUnpack'.",
|
|
"homepage": "https://github.com/lifenjoiner/ISx",
|
|
"license": "MIT",
|
|
"url": "https://github.com/lifenjoiner/ISx/releases/download/v0.3.10/ISx-v0.3.10.7z",
|
|
"hash": "4ad0a19b986799c7454efaf7edd12b777800acf066b6ca49c73f961f11faf797",
|
|
"pre_install": [
|
|
"if ($architecture -eq '32bit') {",
|
|
" Move-Item \"$dir\\ISx-x86.exe\" \"$dir\\ISx.exe\" -Force",
|
|
"} else { Remove-Item \"$dir\\ISx-x86.exe\" }"
|
|
],
|
|
"bin": "ISx.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/lifenjoiner/ISx/releases/download/v$version/ISx-v$version.7z"
|
|
}
|
|
}
|