mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Update build scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user