diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-08-14 22:31:29 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-08-14 22:31:29 +0200 |
commit | 5f18f1c84400936705eb50db54b56d8b2f632d38 (patch) | |
tree | 07664e1dc3b9b3cc849c81711276621413bc38b7 /godot-update | |
parent | 42bed5b08dfc79cb76b575cd764d567fc0ad9c41 (diff) | |
download | bin-5f18f1c84400936705eb50db54b56d8b2f632d38.zip bin-5f18f1c84400936705eb50db54b56d8b2f632d38.tar.gz |
godot do not compile android export by default
Diffstat (limited to 'godot-update')
-rwxr-xr-x | godot-update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/godot-update b/godot-update index 717a867..9c8ab09 100755 --- a/godot-update +++ b/godot-update @@ -8,7 +8,7 @@ TEMPLATE_DIR=$HOME/.local/share/godot/export_templates DIR=godot FORCE=0 CLEAN=0 -ANDROID=1 +ANDROID=0 OPTIMIZED=0 VERSION=4 @@ -19,7 +19,7 @@ do FORCE=1 ;; a) - ANDROID=0 + ANDROID=1 ;; c) CLEAN=1 |