mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-22 02:40:50 +00:00
Add auto updater code
This commit is contained in:
parent
72e0b72782
commit
7bced984a8
BIN
bin/updater/bin/diff.exe
Normal file
BIN
bin/updater/bin/diff.exe
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/updater/bin/libiconv2.dll
Normal file
BIN
bin/updater/bin/libiconv2.dll
Normal file
Binary file not shown.
BIN
bin/updater/bin/libintl3.dll
Normal file
BIN
bin/updater/bin/libintl3.dll
Normal file
Binary file not shown.
BIN
bin/updater/bin/patch.exe
Normal file
BIN
bin/updater/bin/patch.exe
Normal file
Binary file not shown.
Binary file not shown.
@ -8,9 +8,13 @@ taskkill /IM updater.exe /F
|
||||
xcopy /Y /C updates\main\toolkit-updater-main .
|
||||
xcopy /Y /C updates\main\toolkit-updater-main\bin bin
|
||||
xcopy /Y /C updates\main\toolkit-updater-main\scripts scripts
|
||||
xcopy /Y /C updates\main\toolkit-updater-main\migrations migrations
|
||||
|
||||
:: Configure installed tools
|
||||
::..\auto-config-tools\auto-config-tools.exe /FOLDER=..\updater
|
||||
|
||||
:: Run migrations
|
||||
bin\hpatchz.exe -f tools.ini migrations\2022.12.1.diff tools.ini
|
||||
bin\patch.exe -f tools.ini migrations\2022.12.1.diff
|
||||
|
||||
:: Restart updater
|
||||
cmd /c updater.exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user