Added user-local config dir on desktop

This commit is contained in:
Mark Qvist 2022-07-08 13:53:04 +02:00
parent ad4662efa8
commit 06642c0fda
4 changed files with 25 additions and 6 deletions

View file

@ -27,8 +27,11 @@ apk: prepare release postbuild
devapk: prepare debug postbuild
version:
@(echo $$(python ./gv.py))
install:
adb install bin/sideband-0.1.7-arm64-v8a-release.apk
adb install bin/sideband-$$(python ./gv.py)-arm64-v8a-release.apk
console:
(adb logcat | grep python)