diff --git a/install-kiwix-on-device.sh b/install-kiwix-on-device.sh new file mode 100755 index 000000000..5cc193e2d --- /dev/null +++ b/install-kiwix-on-device.sh @@ -0,0 +1,7 @@ +#!/bin/bash +if [ -f bin/Kiwix-debug.apk ] +then + ../src/dependencies/android-sdk/sdk/platform-tools/adb uninstall org.kiwix.kiwixmobile ; ../src/dependencies/android-sdk/sdk/platform-tools/adb install bin/Kiwix-debug.apk +else + echo "No APK file available!" +fi \ No newline at end of file