sideload
sideload copied to clipboard
Handle flatpak+https scheme
Closes https://github.com/elementary/sideload/issues/169
I use GLib.File.copy to download the FlatpakRef. This was the easiest way without adding new external dependencies.
In order to be able to display an error to a user in the ErrorView, I unfortunately had to move the logic for parsing the Flatpak file to the MainWindow. @danirabbit let me know what you think.