diff options
| author | JeremyRand <[email protected]> | 2016-03-19 11:19:06 +0000 |
|---|---|---|
| committer | JeremyRand <[email protected]> | 2016-04-11 04:06:59 +0000 |
| commit | 0528e30a4551d1437e049103624fd461229aced1 (patch) | |
| tree | 27d3b0358b5b56f6929c72b0b4745f97e4829257 /share | |
| parent | build: Use PACKAGE_TARNAME and new bin names in NSIS script. (diff) | |
| download | discoin-0528e30a4551d1437e049103624fd461229aced1.tar.xz discoin-0528e30a4551d1437e049103624fd461229aced1.zip | |
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')
| -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 ebffb3b85..c062f96a3 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\@[email protected] - RMDir /r /REBOOTOK $INSTDIR\locale SectionEnd Section -post SEC0001 |