Files
OwnDroid/signature/signRelease-testkey.bat
BinTianqi 9467d43ccd REFACTOR PROJECT STRUCTURE
add testkey
2024-04-17 18:23:55 +08:00

2 lines
225 B
Batchfile

apksigner sign --key testkey.pk8 --cert testkey.x509.pem ..\app\build\outputs\apk\release\app-release-unsigned.apk
ren ..\app\build\outputs\apk\release\app-release-unsigned.apk ..\app\build\outputs\apk\release\app-testkey.apk