[vlmc-devel] commit: nsis: fix wrong directory separator (Ludovic Fauvet )
git at videolan.org
git at videolan.org
Fri Apr 16 15:55:48 CEST 2010
vlmc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Fri Apr 16 14:19:11 2010 +0200| [b9226c73bd0c9f5618fba6fbcde56b2e423d6999] | committer: Ludovic Fauvet
nsis: fix wrong directory separator
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=b9226c73bd0c9f5618fba6fbcde56b2e423d6999
---
nsis/installer.nsi | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nsis/installer.nsi b/nsis/installer.nsi
index 198ef23..a06c993 100644
--- a/nsis/installer.nsi
+++ b/nsis/installer.nsi
@@ -119,10 +119,10 @@ Section "Uninstall"
Delete "$INSTDIR\QtGui4.dll"
Delete "$INSTDIR\QtSvg4.dll"
Delete "$INSTDIR\QtXml4.dll"
- Delete "$INSTDIR/COPYING"
- Delete "$INSTDIR/AUTHORS"
- Delete "$INSTDIR/TRANSLATORS"
- Delete "$INSTDIR/NEWS"
+ Delete "$INSTDIR\COPYING"
+ Delete "$INSTDIR\AUTHORS"
+ Delete "$INSTDIR\TRANSLATORS"
+ Delete "$INSTDIR\NEWS"
Delete "$INSTDIR\plugins\*.*"
Delete "$INSTDIR\effects\*.*"
RMDir "$INSTDIR\plugins"
More information about the Vlmc-devel
mailing list