Fix updater scripts

This commit is contained in:
DSR! 2025-05-19 16:56:22 -03:00
parent 03563ca690
commit 2258237754
9 changed files with 45 additions and 9 deletions

View File

@ -1,6 +1,10 @@
@ECHO OFF @ECHO OFF
SET "TOOL_NAME=%~1"
SET "UNPACK_DIR=%~2"
SET "DOWNLOAD_VER=%~3"
echo Make HxD Portable echo Make HxD Portable
cd "updates/HxDPortableSetup" cd "%UNPACK_DIR%"
"../../bin/innounp.exe" -e "HxDPortableSetup.exe" "*,3.exe" "license.txt" "readme.txt" "../../bin/innounp.exe" -e "HxDPortableSetup.exe" "*,3.exe" "license.txt" "readme.txt"
move "HxD32,3.exe" "HxD32.exe" move "HxD32,3.exe" "HxD32.exe"
move "HxD64,3.exe" "HxD64.exe" move "HxD64,3.exe" "HxD64.exe"

View File

@ -1,4 +1,8 @@
@ECHO OFF @ECHO OFF
SET "TOOL_NAME=%~1"
SET "UNPACK_DIR=%~2"
SET "DOWNLOAD_VER=%~3"
echo Fix IDR folder structure and files echo Fix IDR folder structure and files
echo. echo.
echo Warning: echo Warning:
@ -7,7 +11,7 @@ echo so I decided to leave in the pack only the most common ones to use
echo if you need to use all of them install them from the repo! echo if you need to use all of them install them from the repo!
echo. echo.
cd "updates\master\IDR-master" cd "%UNPACK_DIR%"
del *.cpp del *.cpp
del *.dfm del *.dfm

View File

@ -1,4 +1,8 @@
@ECHO OFF @ECHO OFF
SET "TOOL_NAME=%~1"
SET "UNPACK_DIR=%~2"
SET "DOWNLOAD_VER=%~3"
echo Fix JADX main exe name echo Fix JADX main exe name
cd "updates\jadx-gui-*" cd "%UNPACK_DIR%"
move jadx-gui-*.exe jadx-gui.exe move jadx-gui-*.exe jadx-gui.exe

View File

@ -1,6 +1,10 @@
@ECHO OFF @ECHO OFF
SET "TOOL_NAME=%~1"
SET "UNPACK_DIR=%~2"
SET "DOWNLOAD_VER=%~3"
echo Make MultiMon Portable echo Make MultiMon Portable
cd "updates/MultiMonHome" cd "%UNPACK_DIR%"
"../../bin/innounp.exe" -e "MultiMonHome.exe" "../../bin/innounp.exe" -e "MultiMonHome.exe"
del "install_script.iss" del "install_script.iss"
del "MultiMonHome.exe" del "MultiMonHome.exe"

View File

@ -1,4 +1,8 @@
@ECHO OFF @ECHO OFF
SET "TOOL_NAME=%~1"
SET "UNPACK_DIR=%~2"
SET "DOWNLOAD_VER=%~3"
echo Fix Recaf main exe name echo Fix Recaf main exe name
cd "updates\recaf-*" cd "%UNPACK_DIR%"
move recaf-*-J8-jar-with-dependencies.jar recaf-J8-jar-with-dependencies.jar move recaf-*-J8-jar-with-dependencies.jar recaf-J8-jar-with-dependencies.jar

View File

@ -1,4 +1,8 @@
@ECHO OFF @ECHO OFF
SET "TOOL_NAME=%~1"
SET "UNPACK_DIR=%~2"
SET "DOWNLOAD_VER=%~3"
echo Delete System Informer arm64 folder echo Delete System Informer arm64 folder
cd "updates/systeminformer*" cd "%UNPACK_DIR%"
rmdir /s /q arm64 rmdir /s /q arm64

View File

@ -1,4 +1,8 @@
@ECHO OFF @ECHO OFF
SET "TOOL_NAME=%~1"
SET "UNPACK_DIR=%~2"
SET "DOWNLOAD_VER=%~3"
echo Fix Threadtear main exe name echo Fix Threadtear main exe name
cd "updates\threadtear-gui-*" cd "%UNPACK_DIR%"
move threadtear-gui-*-all.jar threadtear-gui-all.jar move threadtear-gui-*-all.jar threadtear-gui-all.jar

View File

@ -1,6 +1,10 @@
@ECHO OFF @ECHO OFF
SET "TOOL_NAME=%~1"
SET "UNPACK_DIR=%~2"
SET "DOWNLOAD_VER=%~3"
echo Update VBDEC echo Update VBDEC
cd "updates/VBDEC_Setup" cd "%UNPACK_DIR%"
:: unpack :: unpack
echo. echo.

View File

@ -1,6 +1,10 @@
@ECHO OFF @ECHO OFF
SET "TOOL_NAME=%~1"
SET "UNPACK_DIR=%~2"
SET "DOWNLOAD_VER=%~3"
echo Fix x64dbg folder structure echo Fix x64dbg folder structure
cd "updates\download" cd "%UNPACK_DIR%"
SET src_folder=release SET src_folder=release
SET tar_folder=. SET tar_folder=.