Skip to content

Commit 0528e30

Browse files
committed
Remove wxwidgets references from NSIS script.
The NSIS script tried to delete wxwidgets-based executables/locales. These files are ancient, and presumably no users have them anymore, so we can simplify the NSIS script by removing those lines.
1 parent 26880c3 commit 0528e30

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

share/setup.nsi.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ Section -Main SEC0000
8383
File /r @abs_top_srcdir@/doc\*.*
8484
SetOutPath $INSTDIR
8585
WriteRegStr HKCU "${REGKEY}\Components" Main 1
86-
87-
# Remove old wxwidgets-based-bitcoin executable and locales:
88-
Delete /REBOOTOK $INSTDIR\@[email protected]
89-
RMDir /r /REBOOTOK $INSTDIR\locale
9086
SectionEnd
9187

9288
Section -post SEC0001

0 commit comments

Comments
 (0)