From 084116c930a99b5dd3dabab30ab168ae513bfad5 Mon Sep 17 00:00:00 2001 From: Brian <5100126-brian6932@users.noreply.gitlab.com> Date: Fri, 11 Mar 2022 11:48:50 +0000 Subject: [PATCH] Fixed shell command launcher --- assets/setup.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/setup.nsi b/assets/setup.nsi index 6592eba..ab701fa 100644 --- a/assets/setup.nsi +++ b/assets/setup.nsi @@ -120,7 +120,7 @@ Section WriteRegStr HKLM "Software\Classes\LibreWolfHTM\Application" "ApplicationDescription" "Start the LibreWolf Browser" WriteRegStr HKLM "Software\Classes\LibreWolfHTM\Application" "ApplicationCompany" "LibreWolf Community" 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$\" -osint -url $\"%1$\"" SectionEnd