From e0610e591e250375044763ce1832f387569a3dbe Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 26 Jan 2024 00:08:15 +0200 Subject: add FyneApp meta data --- FyneApp.toml | 8 ++++++++ build.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 FyneApp.toml diff --git a/FyneApp.toml b/FyneApp.toml new file mode 100644 index 0000000..43f74d9 --- /dev/null +++ b/FyneApp.toml @@ -0,0 +1,8 @@ +Website = "https://codeberg.org/snonux/quicklogger" + +[Details] + Icon = "logo-small.png" + Name = "quicklogger" + ID = "org.buetow.quicklogger" + Version = "0.0.1" + Build = 4 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. -- cgit v1.2.3