Skip to content

Commit d68b5b2

Browse files
committed
NSIS: Add missing extensions for WPL playlists
Fix #22535
1 parent 586449a commit d68b5b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extras/package/win32/NSIS/helpers/extensions.nsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ FunctionEnd
258258
!insertmacro ${_action} Other ".vlc"
259259
!insertmacro ${_action} Other ".wvx"
260260
!insertmacro ${_action} Other ".xspf"
261+
!insertmacro ${_action} Other ".wpl"
262+
!insertmacro ${_action} Other ".zpl"
261263
!macroend
262264

263265
!macro MacroUnassociatedExtensions _action

0 commit comments

Comments
 (0)