-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
AppImage build for linux installation #616
Comments
I haven't looked that much into these new alternative packaging formats recently, but appimage looks like a better choice (for now) than flatpack or snap. When I get the time for it, I'll see what can be done here if it's not too complex or time consuming. Pull requests are welcome, though, if you or anyone else has some experience with it, because I currently do not. |
It seems like there's a grunt-appimage package. So maybe adding it to the |
Thanks, but that tools looks a bit outdated. It also packages its own binaries for creating the appimages and what it actually does is executing simple shell commands, so I don't think it's very useful. I will create a proper TravisCI config and build steps after I've found the time to experiment with building appimages locally on my system. |
I've pushed an initial AppImage build config to the repo on the Once I've done some more testing (not sure when), I'll open a PR, so I can add a description and a proper to-do list for the stuff that's currently missing or not working. What's weird is that I had to unset the The AppImage can be built like this and then run from the yarn run grunt clean:dist build:prod dist:appimage_linux64 |
Feature request
Description
There's a TODO for creating linux executables and packages. I'd like to propose AppImage, which can be built with Travis. The first iteration could just provide the full
.AppImage
and further iterations could then provide an update mechanismAdditional comments, screenshots, etc.
The text was updated successfully, but these errors were encountered: