Merge pull request #984 from sipa/youngseeds
authorPieter Wuille <pieter.wuille@gmail.com>
Mon, 26 Mar 2012 00:47:54 +0000 (17:47 -0700)
committerPieter Wuille <pieter.wuille@gmail.com>
Mon, 26 Mar 2012 00:47:54 +0000 (17:47 -0700)
Give DNS seeds a random age between 3 and 7 days old

share/setup.nsi

index 6bd003f..eba3b66 100644 (file)
@@ -96,8 +96,8 @@ Section -post SEC0001
     WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1\r
     WriteRegStr HKCR "bitcoin" "URL Protocol" ""\r
     WriteRegStr HKCR "bitcoin" "" "URL:Bitcoin"\r
-    WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin.exe\r
-    WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin.exe" "$$1"'\r
+    WriteRegStr HKCR "bitcoin\DefaultIcon" "" $INSTDIR\bitcoin-qt.exe\r
+    WriteRegStr HKCR "bitcoin\shell\open\command" "" '"$INSTDIR\bitcoin-qt.exe" "$$1"'\r
 SectionEnd\r
 \r
 # Macro for selecting uninstaller sections\r