mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-03-29 00:30:38 +00:00
13 lines
313 B
Bash
13 lines
313 B
Bash
export ICON=tf2.png
|
|
export PACKAGE=episodic
|
|
export APP_NAME="Default APP NAME"
|
|
cd srceng-mod-launcher
|
|
git clone https://gitlab.com/LostGamer/android-sdk
|
|
export ANDROID_SDK_HOME=$PWD/android-sdk
|
|
git pull
|
|
chmod +x android/script.sh
|
|
./android/scripts/script.sh
|
|
chmod +x waf
|
|
./waf configure -T release &&
|
|
./waf build
|