You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.
From a very quick look, it does seem like electron_builder has an option to build an AppImage, it will just be a case of ensuring we have the correct dependencies all bundled.
Technically, for Linux we assume Neovim is installed, so perhaps we'd need a second step to build the app image and grab nvim for it as well, since we don't want to include it in the other intalls.
Neovim has an official AppImage, too. You can either just include this in your own AppImage, or first extract it using --appimage-extract and include its payload in your own AppImage.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Neovim itself is already available as an AppImage. Providing an oni AppImage would have, among others, these advantages:
appimaged
--appimage-extract
parameterHere 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.
The text was updated successfully, but these errors were encountered: