some more steam stuff

This commit is contained in:
titiger 2017-03-23 01:27:25 +01:00
parent fbf0afbf2c
commit f5e09c2a7c
5 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

View File

@ -3,4 +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.ini content/editor_linux_x64/
./builder_linux/steamcmd.sh +login megaglest_team $1 +run_app_build_http ../scripts/editor_app_linux_611990.vdf +quit

View File

@ -3,4 +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.ini content/editor_win_x86/
cp -p content/win_x64/megaglest_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