Browse Source

Merge pull request #1886 from Diapolo/fix_Win_URI_assoc

Windows: fix URI association setting in registry
0.8
Wladimir J. van der Laan 12 years ago
parent
commit
02247490f6
  1. 2
      share/setup.nsi

2
share/setup.nsi

@ -101,7 +101,7 @@ Section -post SEC0001 @@ -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

Loading…
Cancel
Save