elementary / sideload

Sideload Flatpaks on elementary OS
https://elementary.io
GNU General Public License v3.0
45 stars 14 forks source link

Handle flatpak+https scheme #170

Closed meisenzahl closed 1 month ago

meisenzahl commented 1 month ago

Closes https://github.com/elementary/sideload/issues/169

meisenzahl commented 1 month ago

I use GLib.File.copy to download the FlatpakRef. This was the easiest way without adding new external dependencies.

meisenzahl commented 1 month ago

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.