Add HxD updater post_unpack script

This commit is contained in:
DSR! 2021-10-22 02:59:33 -03:00
parent c116e916bd
commit 8d6f2600d0
5 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,7 @@
- Add IDR to updater
- Update tools (22/10/2021)
- Fix Process Hacker 3 regex
- Add HxD updater post_unpack script
### Removed

BIN
Updater/bin/innounp.exe Normal file

Binary file not shown.

6
Updater/scripts/HxD.bat Normal file
View File

@ -0,0 +1,6 @@
@ECHO OFF
cd "updates/HxDPortableSetup"
"../../bin/innounp.exe" -e "HxDPortableSetup.exe" "*,3.exe" "license.txt" "readme.txt"
move "HxD32,3.exe" "HxD32.exe"
move "HxD64,3.exe" "HxD64.exe"
del "HxDPortableSetup.exe"

View File

@ -141,6 +141,7 @@ from = web
local_version = 2.5.0.0 (February 11, 2021)
re_version = <span style="float: left;">(.*?)</span>
update_url = https://mh-nexus.de/downloads/HxDPortableSetup.zip
post_unpack = scripts\HxD.bat
[REHex]
folder = ..\HEX Editor\REHex