Skip to content

Commit

Permalink
Update setup.nsi for bitcoin-qt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Corallo authored and gavinandresen committed Oct 25, 2011
1 parent 438adb6 commit d1df571
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions share/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ ShowUninstDetails show
Section -Main SEC0000
SetOutPath $INSTDIR
SetOverwrite on
File ../bitcoin-qt.exe
File ../release/bitcoin-qt.exe
File /oname=license.txt ../COPYING
File /oname=readme.txt ../doc/README_windows.txt
SetOutPath $INSTDIR\daemon
File ../src/bitcoind.exe
SetOutPath $INSTDIR\locale
File /r ../locale/*.*
SetOutPath $INSTDIR\src
File /r /x *.exe /x *.o ../src\*.*
SetOutPath $INSTDIR
Expand Down Expand Up @@ -117,7 +115,6 @@ Section /o -un.Main UNSEC0000
Delete /REBOOTOK $INSTDIR\license.txt
Delete /REBOOTOK $INSTDIR\readme.txt
RMDir /r /REBOOTOK $INSTDIR\daemon
RMDir /r /REBOOTOK $INSTDIR\locale
RMDir /r /REBOOTOK $INSTDIR\src
DeleteRegValue HKCU "${REGKEY}\Components" Main
SectionEnd
Expand Down

0 comments on commit d1df571

Please sign in to comment.