Do not build apk by default
This commit is contained in:
parent
82de1aa88a
commit
8f6ad3d730
3 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue