You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2018. It is now read-only.
I wrote an app for Ubuntu Touch using clickable and QML, but I have click packages both for desktop (amd64) and mobile (armhf). However, OpenStore won't allow me to upload both under the same version number.
Since the primary target was mobile and it's easier to compile on desktop, my current workaround is to up the version to 0.1.1 to upload the armhf build and just provide a link to the repository for users to download the desktop version.
However, I can't find a link to older versions, suggesting users can only download the latest version of any application. This means that the amd64 version of the app is now unavailable to users who might not want to compile it themselves.
The alternative solution is to build the same app twice but under different identifiers and have two OpenStore pages.
I wrote an app for Ubuntu Touch using
clickableand QML, but I have click packages both for desktop (amd64) and mobile (armhf). However, OpenStore won't allow me to upload both under the same version number.Since the primary target was mobile and it's easier to compile on desktop, my current workaround is to up the version to 0.1.1 to upload the armhf build and just provide a link to the repository for users to download the desktop version.
However, I can't find a link to older versions, suggesting users can only download the latest version of any application. This means that the amd64 version of the app is now unavailable to users who might not want to compile it themselves.
The alternative solution is to build the same app twice but under different identifiers and have two OpenStore pages.