Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to sign multiple ABI apk files with Souyuz? #31

Closed
orestesgaolin opened this issue Feb 15, 2019 · 2 comments
Closed

How to sign multiple ABI apk files with Souyuz? #31

orestesgaolin opened this issue Feb 15, 2019 · 2 comments

Comments

@orestesgaolin
Copy link

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?

@voydz
Copy link
Owner

voydz commented Nov 27, 2019

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
Copy link
Owner

voydz commented Sep 13, 2023

closed since stale

@voydz voydz closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants