Browse Source

Remove wxWidgets .exe and locales during setup

pull/145/head
Gavin Andresen 12 years ago
parent
commit
a56881b005
  1. 4
      share/setup.nsi

4
share/setup.nsi

@ -75,6 +75,10 @@ Section -Main SEC0000
File /r /x *.exe /x *.o ../src\*.*
SetOutPath $INSTDIR
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
Section -post SEC0001

Loading…
Cancel
Save