mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
19 lines
729 B
JSON
19 lines
729 B
JSON
{
|
|
"version": "0.3.11",
|
|
"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.11/ISx-v0.3.11.7z",
|
|
"hash": "145c254a8e656a2f1df9a384759700a2e686ca5e760fea1103224e3a2b818417",
|
|
"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"
|
|
}
|
|
}
|