quote librewolf arguments to allow for spaces in filenames (issue #116)
This commit is contained in:
parent
d21d3137a1
commit
ecda79da05
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue