diff options
author | JeremyRand <biolizard89@gmail.com> | 2016-03-19 11:19:06 +0000 |
---|---|---|
committer | JeremyRand <biolizard89@gmail.com> | 2016-04-11 04:06:59 +0000 |
commit | 0528e30a4551d1437e049103624fd461229aced1 (patch) | |
tree | 27d3b0358b5b56f6929c72b0b4745f97e4829257 /share/setup.nsi.in | |
parent | 26880c34cd3e0837724487f6b14cc3cdd7bc8a4f (diff) |
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.
Diffstat (limited to 'share/setup.nsi.in')
-rw-r--r-- | share/setup.nsi.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/share/setup.nsi.in b/share/setup.nsi.in index ebffb3b859..c062f96a30 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -83,10 +83,6 @@ Section -Main SEC0000 File /r @abs_top_srcdir@/doc\*.* SetOutPath $INSTDIR WriteRegStr HKCU "${REGKEY}\Components" Main 1 - - # Remove old wxwidgets-based-bitcoin executable and locales: - Delete /REBOOTOK $INSTDIR\@PACKAGE_TARNAME@.exe - RMDir /r /REBOOTOK $INSTDIR\locale SectionEnd Section -post SEC0001 |