[vlc-commits] NSIS: Add missing extensions for WPL playlists
    Marvin Scholz 
    git at videolan.org
       
    Sat Aug 17 10:13:48 CEST 2019
    
    
  
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Aug 17 10:13:16 2019 +0200| [d68b5b2fac520c95a54f4066248e9f0d6c579c9b] | committer: Marvin Scholz
NSIS: Add missing extensions for WPL playlists
Fix #22535
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d68b5b2fac520c95a54f4066248e9f0d6c579c9b
---
 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 8ca9bc4ddb..5d40b5678d 100644
--- a/extras/package/win32/NSIS/helpers/extensions.nsh
+++ b/extras/package/win32/NSIS/helpers/extensions.nsh
@@ -258,6 +258,8 @@ FunctionEnd
   !insertmacro ${_action} Other ".vlc"
   !insertmacro ${_action} Other ".wvx"
   !insertmacro ${_action} Other ".xspf"
+  !insertmacro ${_action} Other ".wpl"
+  !insertmacro ${_action} Other ".zpl"
 !macroend
 
 !macro MacroUnassociatedExtensions _action
    
    
More information about the vlc-commits
mailing list