From: Pieter Wuille Date: Mon, 26 Mar 2012 00:47:54 +0000 (-0700) Subject: Merge pull request #984 from sipa/youngseeds X-Git-Tag: v0.4.0-unstable~129^2~134 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=6eb339fae4920fb13d9ad8944fa1843dcc8f7217;hp=bf1afb02cab1a08052f46845e437f2de9d29f55a;p=novacoin.git Merge pull request #984 from sipa/youngseeds Give DNS seeds a random age between 3 and 7 days old --- diff --git a/share/setup.nsi b/share/setup.nsi index 6bd003f..eba3b66 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