Fix windows javafx temp folder cleanup.

Remove the javafx expansion of the zip archive on windows after build completes.
This commit is contained in:
A Pottinger
2019-10-10 23:08:28 -07:00
parent 27836ac1a7
commit cfd61a074a
+1
View File
@@ -1410,6 +1410,7 @@
<fileset dir="${jfx.path.dist}/legal" includes="**"/>
</copy>
<delete failonerror="false" dir="${jfx.path.dist}" />
</then>
</if>