mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-23 23:27:21 +01:00
Merge pull request #1886 from Diapolo/fix_Win_URI_assoc
Windows: fix URI association setting in registry
This commit is contained in:
commit
02247490f6
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ Section -post SEC0001
|
||||||
WriteRegStr HKCR "bitcoin" "URL Protocol" ""
|
WriteRegStr HKCR "bitcoin" "URL Protocol" ""
|
||||||
WriteRegStr HKCR "bitcoin" "" "URL:Bitcoin"
|
WriteRegStr HKCR "bitcoin" "" "URL:Bitcoin"
|
||||||
WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin-qt.exe
|
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
|
SectionEnd
|
||||||
|
|
||||||
# Macro for selecting uninstaller sections
|
# Macro for selecting uninstaller sections
|
||||||
|
|
Loading…
Add table
Reference in a new issue