summaryrefslogtreecommitdiff
path: root/tools/installer_ng/cleanup.bat
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-09-03 21:33:41 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-09-03 21:33:41 +0000
commite83fefc0b70bc2b8a8669b31121609ef3437514f (patch)
tree777ce86ceb78882f7879aff00beae57c274c8600 /tools/installer_ng/cleanup.bat
parente49961e1e07f7fe011a0895331cfc27a1ccadf4b (diff)
- Installer: unified script for x86 and x64
git-svn-id: http://svn.miranda-ng.org/main/trunk@5927 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/installer_ng/cleanup.bat')
-rw-r--r--tools/installer_ng/cleanup.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/installer_ng/cleanup.bat b/tools/installer_ng/cleanup.bat
index 07b0abd582..5e356fe0e9 100644
--- a/tools/installer_ng/cleanup.bat
+++ b/tools/installer_ng/cleanup.bat
@@ -2,6 +2,6 @@
rem Cleanup
rd /S /Q tmp
rd /S /Q util
-for /D %%p in ("InnoNG_32\*.*") do rd "%%p" /s /q
-for /D %%p in ("InnoNG_64\*.*") do rd "%%p" /s /q
+rd /S /Q InnoNG_32
+rd /S /Q InnoNG_64
rem end \ No newline at end of file