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

feat: support multiple apks per release #1

Open
farfromrefug opened this issue Feb 25, 2022 · 2 comments
Open

feat: support multiple apks per release #1

farfromrefug opened this issue Feb 25, 2022 · 2 comments

Comments

@farfromrefug
Copy link

on f droid we usually build split apks to make installs smaller on devices.
Your f droid repo does not support this because a release can have only one apk.

Could you add support for multiple apks per release?

PS: what is the release name used for?

@xarantolus
Copy link
Owner

Could you add support for multiple apks per release?

Should be possible, at least if the fdroid update command automatically recognizes that it's just a different target architecture of the same app & version (I assume it does, but didn't test it). Might do that in a few days :)

What is the release name used for?

The release name, as in the git tag, is used for naming the APK files in the repo. The scheme is appName_gitTag.apk. So if support for multiple APKs is added, that scheme will change a bit

@evermind-zz
Copy link

Great I would like to see this feature. Did you test frdoid update? But if it is just to run this command than it would be easy I think!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants