See: https://codeberg.org/oppenlab/Ariane/releases
Expected
Android .apk apps should be served with the application/vnd.android.package-archive mime type. A click on an .apk binary from an Android device should allow a download and install
Actual
It looks like .apk files are served as application/zip, the file downloads to devices but is interpreted as a zip archive (which it is, an .apk is a zip container) and is therefore unable to install.
See: https://codeberg.org/oppenlab/Ariane/releases
## Expected
Android .apk apps should be served with the `application/vnd.android.package-archive` mime type. A click on an .apk binary from an Android device should allow a download and install
## Actual
It looks like .apk files are served as `application/zip`, the file downloads to devices but is interpreted as a zip archive (which it *is*, an .apk is a zip container) and is therefore unable to install.