Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Janne252 committed Jan 21, 2022
1 parent f0396c5 commit b7c3633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Compiling data.raw.scar..."
.bin\lua\luac5.1.exe -s -o data.cscar data.raw.scar
.bin\lua\luac5.1.exe -s -o .\scar\common\data.cscar .\scar\common\data.raw.scar

SET OUTPUT_FILENAME=".\replay-enhancements.zip"
CALL DEL %OUTPUT_FILENAME%
.bin\zip\7za.exe u %OUTPUT_FILENAME% LICENSE.txt README.md -i!*.scar -i!*.cscar -x!*.raw.scar
.bin\zip\7za.exe u %OUTPUT_FILENAME% LICENSE.txt README.md -ir!*.scar -ir!*.cscar -xr!*.raw.scar -x!tests

0 comments on commit b7c3633

Please sign in to comment.