Remove zip excludes

This commit is contained in:
Natsumi
2021-09-22 19:32:02 +12:00
parent 2be1d51cc6
commit 9cce7f83e5
4 changed files with 5 additions and 5 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!*.json -xr0!*.sqlite3 -xr0!*.pdb -xr0!*.config
%ZIP_BIN% a -tzip %ZIP_NAME% * -mx=7 -xr0!*.log -xr0!*.pdb
cd "%~dp0"
move "%~dp0\bin\x64\Release\%ZIP_NAME%" "%~dp0"
rd "%~dp0\bin\x64\Release\html"