xarantolus / fdroid

Auto-updating F-Droid repo using GitHub Actions
33 stars 17 forks source link

feat: support multiple apks per release #1

Open farfromrefug opened 2 years ago

farfromrefug commented 2 years ago

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 commented 2 years ago

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 commented 8 months ago

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!