-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
ship appimage binary for linux #124
Comments
FWIW, we also ship a binary tarball (eg: https://github.com/wez/wezterm/releases/download/20200113-222147-724ad3a/wezterm-20200113-222147-724ad3a.tar.xz) that you can probably extract and run on most linux systems. I'm not sure about targeting appimage exclusively, but since it is pretty easy to make an appimage, I don't mind adding it to the set of downloads. I have a PR open to test the CI/packaging adjustments to accomodate appimage building. |
An AppImage should show up in the next nightly release run; take a look in https://github.com/wez/wezterm/releases/tag/nightly in about an hour or so |
Please let me know whether the AppImage works for you! |
Works. Thanks. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Currently wezterm ships
.deb
and.rpm
but I use archlinux which uses its own package managerpacman
. Would it be possible to only ship appimage so it works on multiple linux distros easily. Bothvim
andneovim
ships appimage and makes it very easy to get started.Another option would be to also create a create so all if I have a cargo setup all I can do is
cargo install wezterm
.The text was updated successfully, but these errors were encountered: