mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-22 02:40:50 +00:00
Add migrations code
This commit is contained in:
parent
5476f16459
commit
299273ae23
BIN
bin/updater/migrations/2022.12.1.diff
Normal file
BIN
bin/updater/migrations/2022.12.1.diff
Normal file
Binary file not shown.
@ -1,7 +1,16 @@
|
||||
@ECHO OFF
|
||||
echo Update all Universal Update stuff and restart...
|
||||
|
||||
:: I kill the process to be able to update all the files
|
||||
taskkill /IM updater.exe /F
|
||||
|
||||
:: Update files
|
||||
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
|
||||
|
||||
:: Run migrations
|
||||
bin\hpatchz.exe -f tools.ini migrations\2022.12.1.diff tools.ini
|
||||
|
||||
:: Restrat updater
|
||||
cmd /c updater.exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user