Skip to content

Commit c8bf315

Browse files
author
Philip Kaufmann
committed
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
1 parent 018ec85 commit c8bf315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/setup.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Section -post SEC0001
101101
WriteRegStr HKCR "bitcoin" "URL Protocol" ""
102102
WriteRegStr HKCR "bitcoin" "" "URL:Bitcoin"
103103
WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin-qt.exe
104-
WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin-qt.exe" "$$1"'
104+
WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin-qt.exe" "%1"'
105105
SectionEnd
106106

107107
# Macro for selecting uninstaller sections

0 commit comments

Comments
 (0)