mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-07-16 22:35:09 +00:00
13 lines
344 B
Bash
13 lines
344 B
Bash
export ICON=ez1.png
|
|
export PACKAGE=EntropyZero
|
|
export APP_NAME="Entropy Zero"
|
|
cd srceng-mod-launcher
|
|
git clone https://github.com/ItzVladik/android-sdk
|
|
export ANDROID_SDK_HOME=$PWD/android-sdk
|
|
git pull
|
|
chmod +x android/scripts/script.sh
|
|
./android/scripts/script.sh
|
|
chmod +x waf
|
|
./waf configure -T release --javac-source-target=8 &&
|
|
./waf build
|