From 135bee074d3eba3cb954535344d94c0099e3a466 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sat, 29 Sep 2012 12:25:22 +0200 Subject: Windows: fix URI association setting in registry - fix for #1877 - fix was reported to work via https://bitcointalk.org/index.php?topic=110243.msg1230418#msg1230418 --- share/setup.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/setup.nsi b/share/setup.nsi index b49eff304e..dff2681cd4 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -103,7 +103,7 @@ Section -post SEC0001 # WriteRegStr HKCR "bitcoin" "URL Protocol" "" # WriteRegStr HKCR "bitcoin" "" "URL:Bitcoin" # WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin-qt.exe - # WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin-qt.exe" "$$1"' + # WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin-qt.exe" "%1"' SectionEnd # Macro for selecting uninstaller sections -- cgit v1.2.3