mirror of
https://github.com/markqvist/Sideband.git
synced 2025-10-10 12:38:41 -04:00
Added user-local config dir on desktop
This commit is contained in:
parent
ad4662efa8
commit
06642c0fda
4 changed files with 25 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue