-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Linux Snap package and/or flatpak #1006
Comments
I managed to create an AppImage with 0.4.4 version... I just do not know how you guys set up the releases, never used that... I am unsure how to procede from here, I could make a download link for my executable, but I think you would like to make sure that my AppImage was not tempered with :) Let me know how I could procede to make this happen... If you want my help ofc :) |
actually the app is build/packaged with So, I think, the most acceptable way will be to add a task in the gulpfile which will do all the necessary steps to produce this AppImage. So everyone cloning the repo, will be able to produce the appimage. |
Also Flatpak and Snap would be appreciated, but I can't code |
Flathub doesn't want this app in their store: |
Yeah, it doesn't make sense to do a Flatpak in this case |
Personally not interested in AppImages. No updates or security. May do snap |
Wouldn't it be possible to host a separate Flatpak repo for this? I would imagine the Snap Store will have a similar policy to Flathub. |
Right, would probably violate chapter 5.1 or 5.9 (I am not a lawyer): |
Wrote snap build files: |
Isn't it possible to create a flatpak without putting it on flathub? Like some third party repository? AFAIK snaps can be distributed only via snap store, but flatpak are more free |
Possible, just not too convenient to the end user |
Pretty simple to do, here's an example one that's not on Flathub:
|
Thumbs up for Flatpak |
I’m for all three, let them be, but only if there are no special problems with raising your repository because they probably won’t let us into the official ones |
hm, appImage done - make manual |
hm |
Pls do add Flatpak. Doesn't need to be on flathub, if they don't want it. |
Please make an AppImage for Popcorn TIme. AppImages are single files that contain all the packages and the application for an app all in one file, this is a great solution since AppImages work on any Linux Distro, easy to install and run, and are also portable apps that allow users to put them on USB Sticks and take them anywhere and easily share the app with others.
I think this is a better approach than using tar.xz file to put the application together. Also with AppImages you can have it so when you launch it for the first time to ask the user to add a shortcut to the app into their application list.
From all the ways to package an linux app, I think AppImages is best for Popcorn Time!
The text was updated successfully, but these errors were encountered: