bhdouglass / uappexplorer

Moved to GitLab
https://gitlab.com/bhdouglass/uappexplorer
GNU General Public License v3.0
42 stars 5 forks source link

[Feature Request] Add download button to app page #62

Closed brunonova closed 9 years ago

brunonova commented 9 years ago

If possible, please add a download button to the application page (maybe besides the "Install" button), to download the .click/.snap package.

This would be useful for people not using click/snappy yet (like me), but that would like to inspect these packages. It would probably also be useful for people that want to sideload an app (possibly after modifying the package).

bhdouglass commented 9 years ago

I've recently added a download button for snappy packages (it replaces the install button). I don't think I can support downloads of click packages as they are not publicly downloadable.

brunonova commented 9 years ago

Great!

I don't think I can support downloads of click packages as they are not publicly downloadable.

That sucks. But, Snappy will eventually replace Click, so it's not too bad.

eyelash commented 8 years ago

I haven't tried this but on https://wiki.ubuntu.com/AppStore/Interfaces/ClickPackageIndex there is an example of downloading a click package for an authenticated user. Downloading click packages would be nice especially for installing click apps on the desktop where the click scope does not work.

bhdouglass commented 8 years ago

I've seen that and it's a different kind of authentication than the one used to log into uApp Explorer. Downloading the packages is supported internally for parsing, but it's not something that can be easily user accessible as far as I can tell.