mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-23 21:28:36 +00:00
Added missing signing parameters to apksigner command
This commit is contained in:
@@ -44,6 +44,9 @@ export async function signApkFile(
|
||||
await exec.exec(`"${apkSigner}"`, [
|
||||
'sign',
|
||||
'--ks', signingKeyFile,
|
||||
'--ks-key-alias', alias,
|
||||
'--ks-pass', `pass:${keyStorePassword}`,
|
||||
'--key-pass', `pass:${keyPassword}`,
|
||||
'--out', signedApkFile,
|
||||
alignedApkFile
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user