Do not build apk by default

This commit is contained in:
OleSTEEP 2024-07-05 02:08:49 +03:00
parent 82de1aa88a
commit 8f6ad3d730
3 changed files with 12 additions and 8 deletions

View file

@ -60,7 +60,7 @@ build_variant() {
fi
python3 scripts/replace_special_symbols.py
python3 scripts/create_listing.py
echo "* Building $1 version..."
echo "* Building $1 apk..."
cordova build android --prod --release
mv platforms/android/app/build/outputs/apk/release/app-release.apk output/app-release-$1.apk
}