mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Changed setup for mingw toolchain
This commit is contained in:
parent
e6e87891a9
commit
d787e00a3b
@ -60,8 +60,7 @@ Section -Main SEC0000
|
|||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
File bitcoin.exe
|
File bitcoin.exe
|
||||||
File msvcp100.dll
|
File libeay32.dll
|
||||||
File msvcr100.dll
|
|
||||||
File license.txt
|
File license.txt
|
||||||
File readme.txt
|
File readme.txt
|
||||||
SetOutPath $INSTDIR\daemon
|
SetOutPath $INSTDIR\daemon
|
||||||
@ -109,8 +108,7 @@ done${UNSECTION_ID}:
|
|||||||
# Uninstaller sections
|
# Uninstaller sections
|
||||||
Section /o -un.Main UNSEC0000
|
Section /o -un.Main UNSEC0000
|
||||||
Delete /REBOOTOK $INSTDIR\bitcoin.exe
|
Delete /REBOOTOK $INSTDIR\bitcoin.exe
|
||||||
Delete /REBOOTOK $INSTDIR\msvcp100.dll
|
Delete /REBOOTOK $INSTDIR\libeay32.dll
|
||||||
Delete /REBOOTOK $INSTDIR\msvcr100.dll
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user