diff options
Diffstat (limited to 'tools/installer_ng/cleanup.bat')
-rw-r--r-- | tools/installer_ng/cleanup.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/installer_ng/cleanup.bat b/tools/installer_ng/cleanup.bat index 8c6e99253b..e5017d1cb3 100644 --- a/tools/installer_ng/cleanup.bat +++ b/tools/installer_ng/cleanup.bat @@ -3,5 +3,5 @@ rem Cleanup if exist tmp rd /S /Q tmp
if exist InnoNG_32 rd /S /Q InnoNG_32
if exist InnoNG_64 rd /S /Q InnoNG_64
-if exist Tools\ispack*.exe del /F /Q Tools\ispack*.exe
+if exist Tools\InnoSetup5 rd /S /Q Tools\InnoSetup5
rem end
\ No newline at end of file |