diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-04-06 18:50:14 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-04-06 18:50:14 +0200 |
commit | b6f3db30c595d8e89572c78eb82b9823b8491c54 (patch) | |
tree | fade7cde90e4361686ac1684607acdf61ca4b6f6 /packaging | |
parent | ce90df158e396eadbb26f48b2f981a9a7d4dd8cb (diff) | |
download | mana-b6f3db30c595d8e89572c78eb82b9823b8491c54.tar.gz mana-b6f3db30c595d8e89572c78eb82b9823b8491c54.tar.bz2 mana-b6f3db30c595d8e89572c78eb82b9823b8491c54.tar.xz mana-b6f3db30c595d8e89572c78eb82b9823b8491c54.zip |
Removed the music download section.
It doesn't make sense on the generic client.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/setup.nsi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 8bb30260..7d04b66c 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -237,16 +237,6 @@ Section "Core files (required)" SecCore File "${SRCDIR}\docs\FAQ.txt" SectionEnd -Section /o "Music" SecMusic - AddSize 17602 - CreateDirectory "$INSTDIR\data\music" - SetOutPath "$INSTDIR\data\music" - NSISdl::download "http://downloads.sourceforge.net/themanaworld/tmwmusic-0.2.tar.gz" "$TEMP\tmwmusic-0.2.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.2.tar.gz" - Delete "$TEMP\tmwmusic-0.2.tar.gz" -SectionEnd - Section /o "Portable" SecPortable SetOutPath "$INSTDIR" File "portable.xml" @@ -260,7 +250,6 @@ SectionEnd ;Package descriptions !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${SecCore} "The core program files." - !insertmacro MUI_DESCRIPTION_TEXT ${SecMusic} "Background music. (If selected the 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 ${SecTrans} "Translations for the user interface. Uncheck this component to leave it in English." !insertmacro MUI_FUNCTION_DESCRIPTION_END |