deploy android builds

master build_001
Fabien Freling 2020-06-19 19:09:49 +02:00
parent d731de2195
commit 95c7976f14
1 changed files with 5 additions and 1 deletions

View File

@ -3,13 +3,17 @@
src_dir := "$PWD"
build_dir := "$PWD/build"
itchio := "damantisshrimp/taqin"
apk := build_dir + "/android/Taqin.apk"
edit:
godot --editor --quiet &
export-android:
mkdir -p {{build_dir}}/android
godot --export "Android" {{build_dir}}/android
godot --quit --export "Android" {{apk}}
deploy-android: export-android
butler push {{apk}} {{itchio}}:android
export-html:
mkdir -p {{build_dir}}/html