mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 18:30:51 +00:00
Fix updater scripts
This commit is contained in:
parent
03563ca690
commit
2258237754
@ -1,6 +1,10 @@
|
||||
@ECHO OFF
|
||||
SET "TOOL_NAME=%~1"
|
||||
SET "UNPACK_DIR=%~2"
|
||||
SET "DOWNLOAD_VER=%~3"
|
||||
|
||||
echo Make HxD Portable
|
||||
cd "updates/HxDPortableSetup"
|
||||
cd "%UNPACK_DIR%"
|
||||
"../../bin/innounp.exe" -e "HxDPortableSetup.exe" "*,3.exe" "license.txt" "readme.txt"
|
||||
move "HxD32,3.exe" "HxD32.exe"
|
||||
move "HxD64,3.exe" "HxD64.exe"
|
||||
|
@ -1,4 +1,8 @@
|
||||
@ECHO OFF
|
||||
SET "TOOL_NAME=%~1"
|
||||
SET "UNPACK_DIR=%~2"
|
||||
SET "DOWNLOAD_VER=%~3"
|
||||
|
||||
echo Fix IDR folder structure and files
|
||||
echo.
|
||||
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.
|
||||
|
||||
cd "updates\master\IDR-master"
|
||||
cd "%UNPACK_DIR%"
|
||||
|
||||
del *.cpp
|
||||
del *.dfm
|
||||
|
@ -1,4 +1,8 @@
|
||||
@ECHO OFF
|
||||
SET "TOOL_NAME=%~1"
|
||||
SET "UNPACK_DIR=%~2"
|
||||
SET "DOWNLOAD_VER=%~3"
|
||||
|
||||
echo Fix JADX main exe name
|
||||
cd "updates\jadx-gui-*"
|
||||
cd "%UNPACK_DIR%"
|
||||
move jadx-gui-*.exe jadx-gui.exe
|
||||
|
@ -1,6 +1,10 @@
|
||||
@ECHO OFF
|
||||
SET "TOOL_NAME=%~1"
|
||||
SET "UNPACK_DIR=%~2"
|
||||
SET "DOWNLOAD_VER=%~3"
|
||||
|
||||
echo Make MultiMon Portable
|
||||
cd "updates/MultiMonHome"
|
||||
cd "%UNPACK_DIR%"
|
||||
"../../bin/innounp.exe" -e "MultiMonHome.exe"
|
||||
del "install_script.iss"
|
||||
del "MultiMonHome.exe"
|
||||
|
@ -1,4 +1,8 @@
|
||||
@ECHO OFF
|
||||
SET "TOOL_NAME=%~1"
|
||||
SET "UNPACK_DIR=%~2"
|
||||
SET "DOWNLOAD_VER=%~3"
|
||||
|
||||
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
|
||||
|
@ -1,4 +1,8 @@
|
||||
@ECHO OFF
|
||||
SET "TOOL_NAME=%~1"
|
||||
SET "UNPACK_DIR=%~2"
|
||||
SET "DOWNLOAD_VER=%~3"
|
||||
|
||||
echo Delete System Informer arm64 folder
|
||||
cd "updates/systeminformer*"
|
||||
cd "%UNPACK_DIR%"
|
||||
rmdir /s /q arm64
|
||||
|
@ -1,4 +1,8 @@
|
||||
@ECHO OFF
|
||||
SET "TOOL_NAME=%~1"
|
||||
SET "UNPACK_DIR=%~2"
|
||||
SET "DOWNLOAD_VER=%~3"
|
||||
|
||||
echo Fix Threadtear main exe name
|
||||
cd "updates\threadtear-gui-*"
|
||||
cd "%UNPACK_DIR%"
|
||||
move threadtear-gui-*-all.jar threadtear-gui-all.jar
|
||||
|
@ -1,6 +1,10 @@
|
||||
@ECHO OFF
|
||||
SET "TOOL_NAME=%~1"
|
||||
SET "UNPACK_DIR=%~2"
|
||||
SET "DOWNLOAD_VER=%~3"
|
||||
|
||||
echo Update VBDEC
|
||||
cd "updates/VBDEC_Setup"
|
||||
cd "%UNPACK_DIR%"
|
||||
|
||||
:: unpack
|
||||
echo.
|
||||
|
@ -1,6 +1,10 @@
|
||||
@ECHO OFF
|
||||
SET "TOOL_NAME=%~1"
|
||||
SET "UNPACK_DIR=%~2"
|
||||
SET "DOWNLOAD_VER=%~3"
|
||||
|
||||
echo Fix x64dbg folder structure
|
||||
cd "updates\download"
|
||||
cd "%UNPACK_DIR%"
|
||||
|
||||
SET src_folder=release
|
||||
SET tar_folder=.
|
||||
|
Loading…
x
Reference in New Issue
Block a user