Pool-Of-Tears / Myne

An android app to download & read ebooks from Project Gutenberg, built with Jetpack Compose.
https://pooloftears.in
Apache License 2.0
987 stars 59 forks source link

fix: Fix fdroid reproducible builds #192

Closed starry-shivam closed 1 week ago

starry-shivam commented 1 week ago

Ref: https://github.com/Pool-Of-Tears/Myne/issues/51#issuecomment-2211098544

starry-shivam commented 1 week ago

Damn dealing with actions is really pain in the a**...

starry-shivam commented 1 week ago

I think I have wasted enough time on this today. I'll try again tomorrow. At least signing the APK works now. I still need to handle the AAB part; I think I need to use jarsigner instead of apksigner to sign the AAB file.

starry-shivam commented 1 week ago

Closing in reference: https://github.com/Pool-Of-Tears/Myne/issues/51#issuecomment-2217700077

obfusk commented 1 week ago

I was wondering why they didn't use my workaround on their end. Glad they changed their mind and saved devs like you the trouble.