aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-09-29 12:25:22 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-10-09 22:55:28 +0000
commit135bee074d3eba3cb954535344d94c0099e3a466 (patch)
tree24eb46e5ea0f3752150ed10c02373c3e90ac4255
parent6a9a280ec775a376743f6395170435a6a77c300d (diff)
downloadbitcoin-135bee074d3eba3cb954535344d94c0099e3a466.tar.xz
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
-rw-r--r--share/setup.nsi2
1 files changed, 1 insertions, 1 deletions
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