mirror of
https://github.com/glest/glest-source.git
synced 2025-07-31 05:30:15 +02:00
some more steam stuff
This commit is contained in:
4
mk/steamworks_sdk/sdk/tools/ContentBuilder/content/editor_linux_x64/.gitignore
vendored
Normal file
4
mk/steamworks_sdk/sdk/tools/ContentBuilder/content/editor_linux_x64/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
4
mk/steamworks_sdk/sdk/tools/ContentBuilder/content/editor_win_x64/.gitignore
vendored
Normal file
4
mk/steamworks_sdk/sdk/tools/ContentBuilder/content/editor_win_x64/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
4
mk/steamworks_sdk/sdk/tools/ContentBuilder/content/editor_win_x86/.gitignore
vendored
Normal file
4
mk/steamworks_sdk/sdk/tools/ContentBuilder/content/editor_win_x86/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user