Forgot the necessary cleanup of old jars in windows NSIS version.

This commit is contained in:
Zukero
2017-04-03 17:57:03 +02:00
parent 300b7bbbdd
commit 49f19abb91

View File

@@ -55,6 +55,8 @@ Section install
SetOutPath $INSTDIR
file "ATCS.ico"
Delete "$INSTDIR\lib\*"
Call GetJRE
Pop $R0
FileOpen $9 "ATCS.cmd" w