Renamed ZetaGlest to Glest

This commit is contained in:
mathusummut
2019-01-31 02:40:31 +01:00
parent 94493ab109
commit d5775734d7
536 changed files with 2372 additions and 2411 deletions

View File

@@ -1 +1 @@
builder\steamcmd.exe +login megaglest_team %1 +run_app_build_http ..\scripts\megaglest_build_windows_578870.vdf +quit
builder\steamcmd.exe +login glest_team %1 +run_app_build_http ..\scripts\glest_build_windows_578870.vdf +quit

View File

@@ -3,4 +3,4 @@
STEAMROOT="$(cd "${0%/*}" && echo $PWD)"
STEAMCMD=`basename "$0" .sh`
./builder_linux/steamcmd.sh +login megaglest_team $1 +run_app_build_http ../scripts/megaglest_build_linux_578870.vdf +quit
./builder_linux/steamcmd.sh +login glest_team $1 +run_app_build_http ../scripts/glest_build_linux_578870.vdf +quit

View File

@@ -3,7 +3,7 @@
STEAMROOT="$(cd "${0%/*}" && echo $PWD)"
STEAMCMD=`basename "$0" .sh`
cp -p content/linux_x64/megaglest_editor content/editor_linux_x64/
cp -p content/linux_x64/glest_editor content/editor_linux_x64/
cp -p content/linux_x64/glest.ini content/editor_linux_x64/
./builder_linux/steamcmd.sh +login megaglest_team $1 +run_app_build_http ../scripts/editor_app_linux_611990.vdf +quit
./builder_linux/steamcmd.sh +login glest_team $1 +run_app_build_http ../scripts/editor_app_linux_611990.vdf +quit

View File

@@ -3,10 +3,10 @@
STEAMROOT="$(cd "${0%/*}" && echo $PWD)"
STEAMCMD=`basename "$0" .sh`
cp -p content/win_x86/megaglest_editor.exe content/editor_win_x86/
cp -p content/win_x86/glest_editor.exe content/editor_win_x86/
cp -p content/win_x86/glest.ini content/editor_win_x86/
cp -p content/win_x64/megaglest_editorx64.exe content/editor_win_x64/
cp -p content/win_x64/glest_editorx64.exe content/editor_win_x64/
cp -p content/win_x64/glest.ini content/editor_win_x64/
./builder_linux/steamcmd.sh +login megaglest_team $1 +run_app_build_http ../scripts/editor_app_win_611990.vdf +quit
./builder_linux/steamcmd.sh +login glest_team $1 +run_app_build_http ../scripts/editor_app_win_611990.vdf +quit

View File

@@ -1,7 +1,7 @@
"appbuild"
{
"appid" "611990"
"desc" "MegaGlest Editor Linux" // description for this build
"desc" "Glest Editor Linux" // description for this build
"buildoutput" "..\output\" // build output folder for .log, .csm & .csd files, relative to location of this file
"contentroot" "..\content\" // root content folder, relative to location of this file
"setlive" "" // branch to set live after successful build, non if empty

View File

@@ -1,7 +1,7 @@
"appbuild"
{
"appid" "611990"
"desc" "MegaGlest Editor Windows" // description for this build
"desc" "Glest Editor Windows" // description for this build
"buildoutput" "..\output\" // build output folder for .log, .csm & .csd files, relative to location of this file
"contentroot" "..\content\" // root content folder, relative to location of this file
"setlive" "" // branch to set live after successful build, non if empty

View File

@@ -1,7 +1,7 @@
"appbuild"
{
"appid" "578870"
"desc" "MegaGlest" // description for this build
"desc" "Glest" // description for this build
"buildoutput" "..\output\" // build output folder for .log, .csm & .csd files, relative to location of this file
"contentroot" "..\content\" // root content folder, relative to location of this file
"setlive" "" // branch to set live after successful build, non if empty

View File

@@ -1,7 +1,7 @@
"appbuild"
{
"appid" "578870"
"desc" "MegaGlest" // description for this build
"desc" "Glest" // description for this build
"buildoutput" "..\output\" // build output folder for .log, .csm & .csd files, relative to location of this file
"contentroot" "..\content\" // root content folder, relative to location of this file
"setlive" "" // branch to set live after successful build, non if empty