mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-04-14 08:30:36 +00:00
13 lines
320 B
Bash
13 lines
320 B
Bash
export ICON=lc.png
|
|
export PACKAGE=lostcoast
|
|
export APP_NAME="Half-Life 2: Lost Coast"
|
|
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
|