First Machine Age's Mods (Combined repo.)
修订版 | 3b852ac5dd8910c546e474aec653df6bbbd68ce0 (tree) |
---|---|
时间 | 2021-05-21 08:56:16 |
作者 | melchior <melchior@user...> |
Commiter | melchior |
Updated project build setting
@@ -33,7 +33,7 @@ | ||
33 | 33 | <ConsolePause>false</ConsolePause> |
34 | 34 | <CustomCommands> |
35 | 35 | <CustomCommands> |
36 | - <Command type="AfterBuild" command="7z -tzip a Defensive_${ProjectConfig}.zip" workingdir="${TargetDir}" /> | |
36 | + <Command type="AfterBuild" command="7z a -tzip -x!*.zip -aoa Defensive_${ProjectConfig}.zip" workingdir="${TargetDir}" /> | |
37 | 37 | <Command type="AfterClean" command="rm -f *.zip" workingdir="${TargetDir}" /> |
38 | 38 | </CustomCommands> |
39 | 39 | </CustomCommands> |