Skip to content

Commit

Permalink
Add vars.txt to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrouind committed Aug 18, 2024
1 parent 99928ca commit 4ed3066
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if exist C:\MinGW\bin\gcc.exe (

"%PROGRAMFILES%\7-Zip\7z" a -tzip "AITD-tools.zip" ^
".\LifeDISA\LifeDISA\bin\Release\*.exe" ^
".\LifeDISA\LifeDISA\bin\Release\GAMEDATA\vars.txt" ^
".\MemoryViewer\MemoryViewer\bin\Release\*.exe" ^
".\MemoryViewer\MemoryViewer\bin\Release\SDL.dll" ^
".\MemoryViewer\MemoryViewer\bin\Release\SDL2.dll" ^
Expand All @@ -30,4 +31,7 @@ if exist C:\MinGW\bin\gcc.exe (
".\Shared\bin\Release\Shared.dll" ^
".\UnPAK\bin\Release\Unpak.dll" ^
"-mx=9"
if %ERRORLEVEL% NEQ 0 pause

"%PROGRAMFILES%\7-Zip\7z" rn "AITD-tools.zip" "vars.txt" "GAMEDATA\vars.txt"
if %ERRORLEVEL% NEQ 0 pause

0 comments on commit 4ed3066

Please sign in to comment.