diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ if [ -z "$ANDORID_NDK_HOME" ]; then export ANDROID_NDK_HOME=~/android-ndk/android-ndk-r26b fi -fyne package -os android -appID org.buetow.quicklogger -icon logo-small.png +fyne package -os android if [ -d ~/Documents/APKs ]; then # Will be synced to my phone by Syncthing, so I can install it there. |
