aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMatt Corallo <matt@bluematt.me>2012-03-25 13:23:35 -0400
committerMatt Corallo <matt@bluematt.me>2012-03-25 13:23:35 -0400
commit0ec76d834eb2218a61f45e790d28eff081acb0fe (patch)
tree5549cfe3b83477a7695b0525bbddea6e57b0ee5a /share
parent4a17e3e6b947d6ede40e49f77244d880240240cd (diff)
downloadbitcoin-0ec76d834eb2218a61f45e790d28eff081acb0fe.tar.xz
Fix URI link to bitcoin-qt.exe instead of bitcoin.exe
Diffstat (limited to 'share')
-rw-r--r--share/setup.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/setup.nsi b/share/setup.nsi
index 6bd003f0d9..eba3b66dc8 100644
--- a/share/setup.nsi
+++ b/share/setup.nsi
@@ -96,8 +96,8 @@ Section -post SEC0001
WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1
WriteRegStr HKCR "bitcoin" "URL Protocol" ""
WriteRegStr HKCR "bitcoin" "" "URL:Bitcoin"
- WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin.exe
- WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin.exe" "$$1"'
+ WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin-qt.exe
+ WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin-qt.exe" "$$1"'
SectionEnd
# Macro for selecting uninstaller sections