-
Notifications
You must be signed in to change notification settings - Fork 298
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
Please add AppImage format build. #867
Comments
Thank you. By the way, also see #25 |
As I stated in #25, I don't have any interest in maintaining an appimage for tilix. Having said that, if you want to submit this script as a PR in an experimental/appimage folder I'd be fine with taking it there. |
@gnunn1 I think it's possible to create the AppImage automatically using travis! at least that's whaty the electron apps guys do |
Yes, sure, a lot of applications automatically build and upload AppImages using Travis CI. |
@bil-elmoussaoui that would be fine as well, however the use case here is using an appimage for local development which would need a script. I just want it clear that I'm not supporting appimage officially in the sense I will hunt down bugs specific to it. Basically the same stance I take with KDE, i3, etc or package specific issues. |
Fixed sentence to read "I'm not officially supporting appimage..." |
reviving this issue to ask if devs have changed their mind around it. AppImage is a great format for systems where user can't install anything. |
Hi,
I have been playing with terminix(tilix) for some time, tried some modifications, but each time it was a pain.
Just difficult to have several version of gsettings schema or resources. So I decided to pack it into AppImage.
http://appimage.org/
Below my simply script to create AppImage, I think it is better than use sudo ./install.sh during development at least.
The text was updated successfully, but these errors were encountered: