Skip to content

Commit 67978f5

Browse files
committed
Clean cmd removes Windows executable
1 parent b9fc564 commit 67978f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,9 @@
9494
<antcall target="run.launch4j"/>
9595
</target>
9696

97+
<target name="-post-clean">
98+
<delete file="win/ColorOracle.exe"/>
99+
<delete file="win/ColorOracle.zip"/>
100+
</target>
101+
97102
</project>

0 commit comments

Comments
 (0)