Update build scripts

This commit is contained in:
Natsumi
2021-08-05 00:38:55 +12:00
parent f953fadcb7
commit e8a64af18c
5 changed files with 41 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ set ZIP_NAME=VRCX_%TODAY%.zip
echo %ZIP_NAME%
rem using 7-Zip (https://www.7-zip.org)
cd "%~dp0\bin\x64\Release"
%ZIP_BIN% a -tzip %ZIP_NAME% * -mx=7 -xr0!cache -xr0!userdata -xr0!*.log -xr0!VRCX.json -xr0!VRCX.sqlite3
%ZIP_BIN% a -tzip %ZIP_NAME% * -mx=7 -xr0!cache -xr0!userdata -xr0!*.log -xr0!*.json -xr0!*.sqlite3 -xr0!*.pdb -xr0!*.config
cd "%~dp0"
move "%~dp0\bin\x64\Release\%ZIP_NAME%" "%~dp0"
rd "%~dp0\bin\x64\Release\html"