mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01:00
- modified Linux installer to use changed filenames for license etc
- reverted from xz to zip format since xz has problems currently in mojo
This commit is contained in:
parent
787db6df9f
commit
0fbb29d875
@ -35,10 +35,10 @@ megaglest_linux_path=${megaglest_project_root}${megaglest_release_folder}/mk/lin
|
||||
|
||||
# };
|
||||
#
|
||||
megaglest_archiver_app="tar -c --xz -f "
|
||||
megaglest_archivefilename="mgdata.tar.xz"
|
||||
#megaglest_archiver_app="zip -9r "
|
||||
#megaglest_archivefilename="mgdata.zip"
|
||||
#megaglest_archiver_app="tar -c --xz -f "
|
||||
#megaglest_archivefilename="mgdata.tar.xz"
|
||||
megaglest_archiver_app="zip -9r "
|
||||
megaglest_archivefilename="mgdata.zip"
|
||||
#megaglest_archiver_app="tar -c --bzip2 -f "
|
||||
#megaglest_archivefilename="mgdata.tar.bz2"
|
||||
|
||||
@ -210,6 +210,9 @@ cmake \
|
||||
-DMOJOSETUP_ARCHIVE_TAR_BZ2=TRUE \
|
||||
-DMOJOSETUP_ARCHIVE_TAR_GZ=TRUE \
|
||||
-DMOJOSETUP_ARCHIVE_TAR_XZ=TRUE \
|
||||
-DMOJOSETUP_INPUT_XZ=TRUE \
|
||||
-DMOJOSETUP_INTERNAL_LIBLZMA=TRUE \
|
||||
-DMOJOSETUP_BUILD_LUAC=TRUE \
|
||||
-DMOJOSETUP_GUI_GTKPLUS2=TRUE \
|
||||
-DMOJOSETUP_GUI_GTKPLUS2_STATIC=TRUE \
|
||||
-DMOJOSETUP_GUI_NCURSES=TRUE \
|
||||
|
@ -18,7 +18,7 @@ MojoSetup.applocalization = {
|
||||
it = "Informazioni su Megaglest",
|
||||
};
|
||||
|
||||
["docs/readme.txt"] = {
|
||||
["docs/README"] = {
|
||||
};
|
||||
|
||||
["Megaglest License"] = {
|
||||
@ -30,7 +30,7 @@ MojoSetup.applocalization = {
|
||||
it = "Licenza di Megaglest",
|
||||
};
|
||||
|
||||
["docs/code_license.txt"] = {
|
||||
["docs/LICENSE"] = {
|
||||
};
|
||||
|
||||
};
|
||||
|
@ -27,13 +27,13 @@ Setup.Package
|
||||
Setup.Eula
|
||||
{
|
||||
description = _("Megaglest License"),
|
||||
source = _("docs/license.txt")
|
||||
source = _("docs/LICENSE")
|
||||
},
|
||||
|
||||
Setup.Readme
|
||||
{
|
||||
description = _("Megaglest README"),
|
||||
source = _("docs/readme.txt")
|
||||
source = _("docs/README")
|
||||
},
|
||||
|
||||
Setup.Option
|
||||
|
Loading…
x
Reference in New Issue
Block a user