Skip to content

Commit

Permalink
Windows: fix URI association setting in registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Kaufmann committed Sep 29, 2012
1 parent 018ec85 commit c8bf315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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
Expand Down

0 comments on commit c8bf315

Please sign in to comment.