Clean cmd removes Windows executable

This commit is contained in:
Bernie Jenny 2018-04-02 22:25:12 +10:00
parent b9fc5645c9
commit 67978f506f
1 changed files with 5 additions and 0 deletions

View File

@ -94,4 +94,9 @@
<antcall target="run.launch4j"/>
</target>
<target name="-post-clean">
<delete file="win/ColorOracle.exe"/>
<delete file="win/ColorOracle.zip"/>
</target>
</project>