Skip to content

Commit

Permalink
Remove wxWidgets .exe and locales during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinandresen committed Mar 26, 2012
1 parent 01a196e commit a56881b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a56881b

Please sign in to comment.