mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-27 22:25:39 +00:00
Changed to 128-bit addresses
This commit is contained in:
parent
7671a551e4
commit
989ea5ebb4
4 changed files with 11 additions and 8 deletions
7
Makefile
7
Makefile
|
|
@ -15,9 +15,12 @@ debug:
|
|||
release:
|
||||
buildozer android release
|
||||
|
||||
apk: prepare release
|
||||
postbuild:
|
||||
(mv setup.disabled setup.py)
|
||||
|
||||
devapk: prepare debug
|
||||
apk: prepare release postbuild
|
||||
|
||||
devapk: prepare debug postbuild
|
||||
|
||||
install:
|
||||
adb install bin/sideband-0.0.1-arm64-v8a-debug.apk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue