summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/build.sh b/build.sh
deleted file mode 100755
index 1baaf80..0000000
--- a/build.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-if [ -z "$ANDORID_NDK_HOME" ]; then
- # This is where I personally have installed the Android NDK
- export ANDROID_NDK_HOME=~/android-ndk/android-ndk-r26b
-fi
-
-fyne package -os android
-
-if [ -d ~/Documents/APKs ]; then
- # Will be synced to my phone by Syncthing, so I can install it there.
- cp -v quicklogger.apk ~/Documents/APKs
-fi
-