From 1195042ed68b89c16261a3d6976f0d34c0377340 Mon Sep 17 00:00:00 2001 From: Kengwang Date: Sun, 25 May 2025 20:33:39 +0800 Subject: [PATCH] isx: Update to version 0.3.10 (#6838) * isx: Update to version 0.3.10 Fix autoupdate * isx: update hash * Update isx.json * Update isx.json --------- Co-authored-by: HUMORCE --- bucket/isx.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bucket/isx.json b/bucket/isx.json index a5ba1a6e8d..300d1ee4ac 100644 --- a/bucket/isx.json +++ b/bucket/isx.json @@ -1,13 +1,18 @@ { - "version": "0.3.9", + "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.9/ISx-v0.3.9-win32.7z", - "hash": "31f2bf585118a597d7129bd44235a602c285772984d9cc146f6f5023457b14f9", + "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-win32.7z" + "url": "https://github.com/lifenjoiner/ISx/releases/download/v$version/ISx-v$version.7z" } }