souyuz icon indicating copy to clipboard operation
souyuz copied to clipboard

How to sign multiple ABI apk files with Souyuz?

Open orestesgaolin opened this issue 5 years ago • 1 comments

I have separate .apk files for different ABIs i.e.

  • com.xxx.app-arm64-v8a.apk
  • com.xxx.app-armeabi-v7a.apk

but souyuz signs only one .apk which is com.xxx..app.apk

$ jarsigner -sigalg MD5withRSA -digestalg SHA1 -storepass "****" -keystore "****" -tsa http://timestamp.digicert.com -signedjar "./src/App.Droid/bin/Release/com.****.app.apk-unaligned" ./src/App.Droid/bin/Release/coml.****.app.apk ****

Is it possible to sign also these two .apks?

orestesgaolin avatar Feb 15 '19 15:02 orestesgaolin

Hey @orestesgaolin ,

this is currently not supported, but I am happy to accept pull requests. Sorry for responding that late, strange enough I am not notified if this repo gets a new issue.

best regards

voydz avatar Nov 27 '19 10:11 voydz

closed since stale

voydz avatar Sep 13 '23 06:09 voydz