mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
Renamed ZetaGlest to Glest
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
@@ -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
|
Reference in New Issue
Block a user