[vlc-commits] commit: Win32: do not delete preferences by default on install ( Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Sun Jan 9 17:36:36 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 9 17:36:02 2011 +0100| [baa2d2c3b3f658e90d7ddf66e0e9c0eaa1a88446] | committer: Jean-Baptiste Kempf
Win32: do not delete preferences by default on install
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=baa2d2c3b3f658e90d7ddf66e0e9c0eaa1a88446
---
extras/package/win32/vlc.win32.nsi.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index fd37d3c..244acaa 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -744,7 +744,7 @@ Section $Name_Section07 SEC07
!insertmacro AddContextMenuExt "Directory"
SectionEnd
-Section $Name_Section08 SEC08
+Section /o $Name_Section08 SEC08
!insertmacro delprefs
SectionEnd
More information about the vlc-commits
mailing list