[vlc-commits] NSIS: Add a VLC entry for zip and rar files contextual menu
Hugo Beauzée-Luyssen
git at videolan.org
Mon Aug 21 09:40:20 CEST 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Aug 16 09:10:35 2017 +0200| [9a321753f8fabba087fa7d79e608f30fd4eb06c3] | committer: Hugo Beauzée-Luyssen
NSIS: Add a VLC entry for zip and rar files contextual menu
Fix #9988
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9a321753f8fabba087fa7d79e608f30fd4eb06c3
---
extras/package/win32/NSIS/helpers/extensions.nsh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/extras/package/win32/NSIS/helpers/extensions.nsh b/extras/package/win32/NSIS/helpers/extensions.nsh
index 5ab772e200..f501b55d9a 100644
--- a/extras/package/win32/NSIS/helpers/extensions.nsh
+++ b/extras/package/win32/NSIS/helpers/extensions.nsh
@@ -245,6 +245,8 @@ FunctionEnd
!macro MacroUnassociatedExtensions _action
!insertmacro ${_action} Other ".iso"
+ !insertmacro ${_action} Other ".zip"
+ !insertmacro ${_action} Other ".rar"
!macroend
!macro MacroSkinExtensions _action
More information about the vlc-commits
mailing list