We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebf04a1 + 2f1ea9a commit 373b3aaCopy full SHA for 373b3aa
Build.cmd
@@ -197,7 +197,7 @@ IF "%Mode%" == "Stable" (
197
198
REM Create binary and source zips.
199
CALL :delete "OpenRails-%Mode%*.zip" || GOTO :error
200
-PUSHD "Program" && 7za.exe a -r -tzip "..\OpenRails-%Mode%.zip" . && POPD || GOTO :error
+PUSHD "Program" && 7za.exe a -r -tzip -x^^!*.xml "..\OpenRails-%Mode%.zip" . && POPD || GOTO :error
201
7za.exe a -r -tzip -x^^!.* -x^^!obj -x^^!lib -x^^!_build -x^^!*.bak -x^^!Website "OpenRails-%Mode%-Source.zip" "Source" || GOTO :error
202
203
ENDLOCAL
0 commit comments