Updated project build setting

This commit is contained in:
melchior 2021-05-20 19:56:16 -04:00
parent 42118918c3
commit 3b852ac5dd

View file

@ -33,7 +33,7 @@
<ConsolePause>false</ConsolePause>
<CustomCommands>
<CustomCommands>
<Command type="AfterBuild" command="7z -tzip a Defensive_${ProjectConfig}.zip" workingdir="${TargetDir}" />
<Command type="AfterBuild" command="7z a -tzip -x!*.zip -aoa Defensive_${ProjectConfig}.zip" workingdir="${TargetDir}" />
<Command type="AfterClean" command="rm -f *.zip" workingdir="${TargetDir}" />
</CustomCommands>
</CustomCommands>