mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-21 20:34:57 +00:00
Merge pull request #992 from gavinandresen/remove_wxBitcoin
Remove wxWidgets .exe during setup
This commit is contained in:
commit
be4502968e
@ -75,6 +75,10 @@ Section -Main SEC0000
|
|||||||
File /r /x *.exe /x *.o ../src\*.*
|
File /r /x *.exe /x *.o ../src\*.*
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
WriteRegStr HKCU "${REGKEY}\Components" Main 1
|
WriteRegStr HKCU "${REGKEY}\Components" Main 1
|
||||||
|
|
||||||
|
# Remove old wxwidgets-based-bitcoin executable and locales:
|
||||||
|
Delete /REBOOTOK $INSTDIR\bitcoin.exe
|
||||||
|
RMDir /r /REBOOTOK $INSTDIR\locale
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section -post SEC0001
|
Section -post SEC0001
|
||||||
|
Loading…
x
Reference in New Issue
Block a user