mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
v5.0
add a script to sign apk with testkey on linux update readme and guide
This commit is contained in:
2
signature/signApk-testkey.sh
Normal file
2
signature/signApk-testkey.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
apksigner sign --key testkey.pk8 --cert testkey.x509.pem ../app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
mv ../app/build/outputs/apk/release/app-release-unsigned.apk ./app-release-testkey.apk
|
||||
Reference in New Issue
Block a user