mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-05-07 11:06:38 +00:00
Add HxD updater post_unpack script
This commit is contained in:
parent
c116e916bd
commit
8d6f2600d0
@ -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
|
||||
|
||||
|
Binary file not shown.
BIN
Updater/bin/innounp.exe
Normal file
BIN
Updater/bin/innounp.exe
Normal file
Binary file not shown.
6
Updater/scripts/HxD.bat
Normal file
6
Updater/scripts/HxD.bat
Normal 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"
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user