[vlmc-devel] NSIS: Build installer with frei0r effects
Rohit Yadav
git at videolan.org
Thu Mar 24 13:10:30 CET 2011
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Thu Mar 24 17:52:08 2011 +0530| [d804a32a271079a53c8c55997e838a86bb9c38c9] | committer: Rohit Yadav
NSIS: Build installer with frei0r effects
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=d804a32a271079a53c8c55997e838a86bb9c38c9
---
nsis/installer.nsi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nsis/installer.nsi b/nsis/installer.nsi
index 0b97107..39c7b02 100644
--- a/nsis/installer.nsi
+++ b/nsis/installer.nsi
@@ -74,7 +74,7 @@ Section "@PROJECT_NAME_SHORT@ (required)"
File "@CMAKE_SOURCE_DIR@/TRANSLATORS"
File "@CMAKE_SOURCE_DIR@/NEWS"
File /r "plugins"
- ;File /r /nonfatal "effects"
+ File /r "effects"
; Write the installation path into the registry
WriteRegStr HKLM "Software\@PROJECT_NAME_SHORT@" "Install_Dir" "$INSTDIR"
@@ -131,9 +131,9 @@ Section "Uninstall"
Delete "$INSTDIR\TRANSLATORS"
Delete "$INSTDIR\NEWS"
Delete "$INSTDIR\plugins\*.*"
-; Delete "$INSTDIR\effects\*.*"
+ Delete "$INSTDIR\effects\*.*"
RMDir "$INSTDIR\plugins"
-; RMDir "$INSTDIR\effects"
+ RMDir "$INSTDIR\effects"
; Remove shortcuts, if any
Delete "$SMPROGRAMS\@PROJECT_NAME_LONG@\*.*"
More information about the Vlmc-devel
mailing list