Update setup.nsi for bitcoin-qt.
authorMatt Corallo <matt@bluematt.me>
Mon, 17 Oct 2011 15:29:45 +0000 (11:29 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Tue, 25 Oct 2011 15:53:00 +0000 (11:53 -0400)
share/setup.nsi

index 2f2eeaa..19f5a53 100644 (file)
@@ -66,13 +66,11 @@ ShowUninstDetails show
 Section -Main SEC0000\r
     SetOutPath $INSTDIR\r
     SetOverwrite on\r
-    File ../bitcoin-qt.exe\r
+    File ../release/bitcoin-qt.exe\r
     File /oname=license.txt ../COPYING\r
     File /oname=readme.txt ../doc/README_windows.txt\r
     SetOutPath $INSTDIR\daemon\r
     File ../src/bitcoind.exe\r
-    SetOutPath $INSTDIR\locale\r
-    File /r ../locale/*.*\r
     SetOutPath $INSTDIR\src\r
     File /r /x *.exe /x *.o ../src\*.*\r
     SetOutPath $INSTDIR\r
@@ -117,7 +115,6 @@ Section /o -un.Main UNSEC0000
     Delete /REBOOTOK $INSTDIR\license.txt\r
     Delete /REBOOTOK $INSTDIR\readme.txt\r
     RMDir /r /REBOOTOK $INSTDIR\daemon\r
-    RMDir /r /REBOOTOK $INSTDIR\locale\r
     RMDir /r /REBOOTOK $INSTDIR\src\r
     DeleteRegValue HKCU "${REGKEY}\Components" Main\r
 SectionEnd\r