• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

First Machine Age's Mods (Combined repo.)


Commit MetaInfo

修订版3b852ac5dd8910c546e474aec653df6bbbd68ce0 (tree)
时间2021-05-21 08:56:16
作者melchior <melchior@user...>
Commitermelchior

Log Message

Updated project build setting

更改概述

差异

--- a/Assorted/Assorted.csproj
+++ b/Assorted/Assorted.csproj
@@ -33,7 +33,7 @@
3333 <ConsolePause>false</ConsolePause>
3434 <CustomCommands>
3535 <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}" />
3737 <Command type="AfterClean" command="rm -f *.zip" workingdir="${TargetDir}" />
3838 </CustomCommands>
3939 </CustomCommands>