summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-06-02 03:27:46 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-02 03:27:46 +0300
commit6fd2fe056f493d134dc9c9ef435492fc8bf82f61 (patch)
tree7f1c33cb4678ecd25b584e06821ad9770b02a1d1 /packaging
parent9ff852994ee3ad4077dc59376cb4bc777586ffc7 (diff)
downloadplus-6fd2fe056f493d134dc9c9ef435492fc8bf82f61.tar.gz
plus-6fd2fe056f493d134dc9c9ef435492fc8bf82f61.tar.bz2
plus-6fd2fe056f493d134dc9c9ef435492fc8bf82f61.tar.xz
plus-6fd2fe056f493d134dc9c9ef435492fc8bf82f61.zip
Remove music downloads from windows installers
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/evol.nsi10
-rw-r--r--packaging/windows/setup.nsi21
2 files changed, 0 insertions, 31 deletions
diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi
index 84b9cae9e..ed8b1db5c 100644
--- a/packaging/windows/evol.nsi
+++ b/packaging/windows/evol.nsi
@@ -407,15 +407,6 @@ SectionEnd
; File "${EXEDIR}\dyecmd.exe"
; SectionEnd
-Section /o "Evol Online music" SecEvolMusic
- AddSize 9787
- CreateDirectory "$INSTDIR\data\music"
- SetOutPath "$INSTDIR\data\music"
- NSISdl::download "http://downloads.sourceforge.net/project/evolonline/music/evolmusic-beta2-1.tar.gz" "$TEMP\evolmusic-beta2-1.tar.gz"
- untgz::extract -j -d "$INSTDIR\data\music" "$TEMP\evolmusic-beta2-1.tar.gz"
- Delete "$TEMP\evolmusic-beta2-1.tar.gz"
-SectionEnd
-
Section "Translations" SecTrans
SetOutPath "$INSTDIR"
File /nonfatal /r "${SRCDIR}\translations"
@@ -426,7 +417,6 @@ SectionEnd
!insertmacro MUI_DESCRIPTION_TEXT ${SecCore} "The core program files."
!insertmacro MUI_DESCRIPTION_TEXT ${SecShortcuts} "Create game shortcuts and register extensions."
!insertmacro MUI_DESCRIPTION_TEXT ${SecPortable} "Portable client. (If selected client will work as portable client.)"
- !insertmacro MUI_DESCRIPTION_TEXT ${SecEvolMusic} "Background evol music. (If selected the evol music will be downloaded from the internet.)"
!insertmacro MUI_DESCRIPTION_TEXT ${SecTrans} "Translations for the user interface. Uncheck this component to leave it in English."
!insertmacro MUI_DESCRIPTION_TEXT ${SecDebug} "Install debugger for try to detect stability issues."
!insertmacro MUI_DESCRIPTION_TEXT ${SecProfiler} "Install profiler build to detect perfomance issues."
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index 14a208c44..ab99ada5b 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -364,16 +364,6 @@ Section "Create Shortcuts" SecShortcuts
${registerExtension} "$INSTDIR\manaplus.exe" ".manaplus" "ManaPlus brandings"
SectionEnd
-Section /o "Tmw music" SecTmwMusic
- AddSize 25200
- CreateDirectory "$INSTDIR\data\music"
- SetOutPath "$INSTDIR\data\music"
- NSISdl::download "http://downloads.sourceforge.net/themanaworld/tmwmusic-0.3.tar.gz" "$TEMP\tmwmusic-0.3.tar.gz"
- ;Requires an additional plugin from http://nsis.sourceforge.net/UnTGZ_plug-in Place untgz.dll in your nsis/plugin dir
- untgz::extract -j -d "$INSTDIR\data\music" "$TEMP\tmwmusic-0.3.tar.gz"
- Delete "$TEMP\tmwmusic-0.3.tar.gz"
-SectionEnd
-
Section /o "Portable" SecPortable
SetOutPath "$INSTDIR"
File "portable.xml"
@@ -407,15 +397,6 @@ SectionEnd
; File "${EXEDIR}\dyecmd.exe"
; SectionEnd
-Section /o "Evol Online music" SecEvolMusic
- AddSize 9787
- CreateDirectory "$INSTDIR\data\music"
- SetOutPath "$INSTDIR\data\music"
- NSISdl::download "http://downloads.sourceforge.net/project/evolonline/music/evolmusic-beta2-1.tar.gz" "$TEMP\evolmusic-beta2-1.tar.gz"
- untgz::extract -j -d "$INSTDIR\data\music" "$TEMP\evolmusic-beta2-1.tar.gz"
- Delete "$TEMP\evolmusic-beta2-1.tar.gz"
-SectionEnd
-
Section "Evol Online shortcuts" SecEvol
SetOutPath "$INSTDIR"
CreateDirectory "$INSTDIR\data\evol"
@@ -442,10 +423,8 @@ SectionEnd
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${SecCore} "The core program files."
!insertmacro MUI_DESCRIPTION_TEXT ${SecShortcuts} "Create game shortcuts and register extensions."
- !insertmacro MUI_DESCRIPTION_TEXT ${SecTmwMusic} "Background tmw music. (If selected the tmw music will be downloaded from the internet.)"
!insertmacro MUI_DESCRIPTION_TEXT ${SecPortable} "Portable client. (If selected client will work as portable client.)"
!insertmacro MUI_DESCRIPTION_TEXT ${SecEvol} "Create shortcuts for Evol Online."
- !insertmacro MUI_DESCRIPTION_TEXT ${SecEvolMusic} "Background evol music. (If selected the evol music will be downloaded from the internet.)"
!insertmacro MUI_DESCRIPTION_TEXT ${SecTrans} "Translations for the user interface. Uncheck this component to leave it in English."
!insertmacro MUI_DESCRIPTION_TEXT ${SecDebug} "Install debugger for try to detect stability issues."
!insertmacro MUI_DESCRIPTION_TEXT ${SecProfiler} "Install profiler build to detect perfomance issues."