source-engine/scripts/build-apk.sh
2024-09-14 20:33:16 +05:00

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