summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-01-26 00:08:15 +0200
committerPaul Buetow <paul@buetow.org>2024-01-26 00:08:15 +0200
commite0610e591e250375044763ce1832f387569a3dbe (patch)
tree544aa68866213223b0e4a46c61b938c9bc5ae1ac /build.sh
parenta45e1e3cd0fa527c0fea044aee1fa111b66ee0a8 (diff)
add FyneApp meta data
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index fb81258..1baaf80 100755
--- a/build.sh
+++ b/build.sh
@@ -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.