Update Scrips

This commit is contained in:
vl 2025-02-04 02:08:09 +05:00
parent 7702827024
commit 08642318e6

View File

@ -2,10 +2,10 @@ export ICON=ez1.png
export PACKAGE=EntropyZero
export APP_NAME="Entropy Zero"
cd srceng-mod-launcher
git clone https://gitlab.com/LostGamer/android-sdk
git clone https://github.com/ItzVladik/android-sdk
export ANDROID_SDK_HOME=$PWD/android-sdk
git pull
chmod +x android/script.sh
chmod +x android/scripts/script.sh
./android/scripts/script.sh
chmod +x waf
./waf configure -T release --javac-source-target=8 &&