Updated project build setting
This commit is contained in:
parent
42118918c3
commit
3b852ac5dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue