quote librewolf arguments to allow for spaces in filenames (issue #116)

This commit is contained in:
Bert van der Weerd 2021-11-30 13:55:44 +01:00
parent d21d3137a1
commit ecda79da05
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -82,7 +82,7 @@ Section "${PROGNAME}"
WriteRegStr HKLM "Software\Classes\LibreWolfHTM\Application" "ApplicationDescription" "Howling to Freedom"
WriteRegStr HKLM "Software\Classes\LibreWolfHTM\Application" "ApplicationCompany" "LibreWolf"
WriteRegStr HKLM "Software\Classes\LibreWolfHTM\DefaultIcon" "" "$INSTDIR\librewolf.exe,0"
WriteRegStr HKLM "Software\Classes\LibreWolfHTM\shell\open\command" "" "$INSTDIR\librewolf.exe %1"
WriteRegStr HKLM "Software\Classes\LibreWolfHTM\shell\open\command" "" "$INSTDIR\librewolf.exe \"%1\""
SectionEnd