Skip to content

Commit

Permalink
chore(capacitor): use apksigner instead of jarsigner
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Jun 13, 2024
1 parent a4d0ee9 commit 6e0add1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/capacitor/build-android.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ async function run() {
'--keystorepass $ANDROID_KEYSTORE_PASSWORD',
'--keystorealias $ANDROID_KEYSTORE_ALIAS',
'--keystorealiaspass $ANDROID_KEYSTORE_ALIAS_PASSWORD',
'--androidreleasetype $ANDROID_RELEASE_TYPE'
'--androidreleasetype $ANDROID_RELEASE_TYPE',
'--signing-type apksigner'
]
await $$`cap build android ${buildArgs}`
}

0 comments on commit 6e0add1

Please sign in to comment.