endlessm / electron-installer-flatpak

Create a flatpak for your Electron app
MIT License
59 stars 17 forks source link

installer: Use flatpak-bundler's freedesktop flatpakrefs #16

Closed ptomato closed 6 years ago

ptomato commented 6 years ago

Previously, if the freedesktop platform and SDK weren't installed, then electron-installer-flatpak would fail. This allows those runtimes to be auto-installed.

https://phabricator.endlessm.com/T20128

nedrichards commented 6 years ago

Do we actually want to depend on FDo 1.4? The Flathub baseapp depends on 1.6.

cosimoc commented 6 years ago

I'm merging this, since there are other places where this script uses the 1.4 runtime. We should separately look into updating it to 1.6.

ptomato commented 6 years ago

Yes, it would definitely be better to use the Flathub base app rather than the one in Watson's S3 bucket!

nedrichards commented 6 years ago

Makes sense, filed #17 to track