skeskinen / smartcut

Cut video files with minimal recoding
MIT License
82 stars 2 forks source link

Flatpak release #1

Open Victor239 opened 2 weeks ago

Victor239 commented 2 weeks ago

Would love to see this available as a Flatpak.

skeskinen commented 2 weeks ago

I'll look into this once I get to making flatpak for the GUI app.

Can someone familiar with flatpak tell me why flatpak is preferrable to pyinstaller? Especially pyinstaller --onefile done on debian with old system libraries? Is just about distribution and flathub, etc. ?

I looked at some of the flatpak configurations in other python projects and it looks quite a bit more involved than pyinstaller

Victor239 commented 2 weeks ago

Never heard of Pyinstaller. I like Flatpaks because they allow for automatic updates, samdboxing and predictable location of app data.