Skip to content

Commit 373b3aa

Browse files
authored
Merge pull request #72 from twpol/feature/no-xml
fix: Don't include source documentation files in packages
2 parents ebf04a1 + 2f1ea9a commit 373b3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ IF "%Mode%" == "Stable" (
197197

198198
REM Create binary and source zips.
199199
CALL :delete "OpenRails-%Mode%*.zip" || GOTO :error
200-
PUSHD "Program" && 7za.exe a -r -tzip "..\OpenRails-%Mode%.zip" . && POPD || GOTO :error
200+
PUSHD "Program" && 7za.exe a -r -tzip -x^^!*.xml "..\OpenRails-%Mode%.zip" . && POPD || GOTO :error
201201
7za.exe a -r -tzip -x^^!.* -x^^!obj -x^^!lib -x^^!_build -x^^!*.bak -x^^!Website "OpenRails-%Mode%-Source.zip" "Source" || GOTO :error
202202

203203
ENDLOCAL

0 commit comments

Comments
 (0)