mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
Update setup.nsi for bitcoin-qt.
This commit is contained in:
parent
438adb6c25
commit
d1df571746
@ -66,13 +66,11 @@ ShowUninstDetails show
|
|||||||
Section -Main SEC0000
|
Section -Main SEC0000
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
File ../bitcoin-qt.exe
|
File ../release/bitcoin-qt.exe
|
||||||
File /oname=license.txt ../COPYING
|
File /oname=license.txt ../COPYING
|
||||||
File /oname=readme.txt ../doc/README_windows.txt
|
File /oname=readme.txt ../doc/README_windows.txt
|
||||||
SetOutPath $INSTDIR\daemon
|
SetOutPath $INSTDIR\daemon
|
||||||
File ../src/bitcoind.exe
|
File ../src/bitcoind.exe
|
||||||
SetOutPath $INSTDIR\locale
|
|
||||||
File /r ../locale/*.*
|
|
||||||
SetOutPath $INSTDIR\src
|
SetOutPath $INSTDIR\src
|
||||||
File /r /x *.exe /x *.o ../src\*.*
|
File /r /x *.exe /x *.o ../src\*.*
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
@ -117,7 +115,6 @@ Section /o -un.Main UNSEC0000
|
|||||||
Delete /REBOOTOK $INSTDIR\license.txt
|
Delete /REBOOTOK $INSTDIR\license.txt
|
||||||
Delete /REBOOTOK $INSTDIR\readme.txt
|
Delete /REBOOTOK $INSTDIR\readme.txt
|
||||||
RMDir /r /REBOOTOK $INSTDIR\daemon
|
RMDir /r /REBOOTOK $INSTDIR\daemon
|
||||||
RMDir /r /REBOOTOK $INSTDIR\locale
|
|
||||||
RMDir /r /REBOOTOK $INSTDIR\src
|
RMDir /r /REBOOTOK $INSTDIR\src
|
||||||
DeleteRegValue HKCU "${REGKEY}\Components" Main
|
DeleteRegValue HKCU "${REGKEY}\Components" Main
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
Loading…
Reference in New Issue
Block a user