[vlc-commits] nsis: Register VLC with iso files
Hugo Beauzée-Luyssen
git at videolan.org
Tue Jan 31 10:12:48 CET 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Jan 27 12:51:49 2017 +0100| [d40031009f1508e879dfea9b232cd6402123f0d3] | committer: Hugo Beauzée-Luyssen
nsis: Register VLC with iso files
Fix #17472
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d40031009f1508e879dfea9b232cd6402123f0d3
---
extras/package/win32/NSIS/helpers/extensions.nsh | 1 +
1 file changed, 1 insertion(+)
diff --git a/extras/package/win32/NSIS/helpers/extensions.nsh b/extras/package/win32/NSIS/helpers/extensions.nsh
index e5c0bcb..87ce645 100644
--- a/extras/package/win32/NSIS/helpers/extensions.nsh
+++ b/extras/package/win32/NSIS/helpers/extensions.nsh
@@ -242,6 +242,7 @@ FunctionEnd
!macroend
!macro MacroUnassociatedExtensions _action
+ !insertmacro ${_action} Other ".iso"
!macroend
!macro MacroSkinExtensions _action
More information about the vlc-commits
mailing list