-
Notifications
You must be signed in to change notification settings - Fork 203
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
Provide AppImage for Linux #335
Comments
Hey, thanks for your interest.
|
Yes, lots of the existing AppImages are Electron apps. electron-builder uses it as the default format for Linux. There is also https://www.npmjs.com/package/grunt-appimage but I haven't tried it so far. You can always make an AppImage by hand by using appimagetool.
Unlike Snap and Flatpak, AppImage runs on most distributions without having to install Snap or Flatpak first. And one application is always one file, which can be downloaded, copied, moved, and deleted -- which some people find more convenient than learning and dealing with with Snap or Flatpak to manage applications. |
Is it a duplicate of #100? |
I'll try to work on electron-builder this week. We have a fresh release so I'm feeling free to work on it |
Well, technically no, since AppImage isn't an "installer", but yes, it serves a similar purpose. |
AppImage seems better for app of this kind than snap or flatpak. It will be included in the binaries of the next releases once #339 will be merged. Thanks again for the suggestion @probonopd. |
Maybe off-topic, but I kinda wonder if snaps are auto updated or one need to manually install new versions? |
I didn't really investigate auto-updating for now. I could not answer this. |
Ping, is there any chance we might see an AppImage on https://github.com/KeitIG/museeks/releases anytime soon? Thanks. |
I think it will be available as the next release. You can also try building it yourself following instructions on readme. |
@probonopd I could upload one for the last release if you want (just ask). But yeah, it was initially planned for the next release. I can provide a .deb too. |
That would be great @KeitIG, thanks. |
@probonopd You will find .debs and AppImages of the current master branch there: https://drive.google.com/drive/folders/0Bya5ObHuu9mNS29LMEhoNTJfOWs?usp=sharing I encoutered a bug trying build rpm packages, I will have to investigate. |
@KeitIG works for me locally 👍 but for a real review I'd need a GitHub Releases download link. |
How that? I am not sure to understand. The work on installers and AppImage has been between the last release and now. There is still one feature that I would like to implement before the next release, which is the #62, there won't be any re-release of the past version with installers I am afraid. |
No problem, I'll wait until the next release. (I am using an automated review system that downloads and inspects AppImages from GitHub Releases.) |
Is there an ETA for the next release? |
Would you be interested in providing an AppImage for Linux? It would have, among others, these advantages:
appimaged
Here is an overview of projects that are already distributing upstream-provided, official AppImages.
If you have questions, AppImage developers are on #AppImage on irc.freenode.net.
I'm happy to help if there is interest.
The text was updated successfully, but these errors were encountered: