-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Request] Appimage as packaging format #217
Comments
Hi, thank you for the suggestion. I have no idea how to do this. Would that be a config file that needs to be written? If so, could you create a PR? |
An appimage is almost equivalent of .exe but on linux. One makes the appimage executable and it then it just runs when executed. |
I see, could you write the cli command you used to create it? Maybe we can add it as a CI run |
step1: Download appimagetool and make it executable.Link to official Appimagetool step2: Create a ".AppDir" foldereg. deadd-notification-center.AppDir step3: Create the appimageRun in a terminal: step4: Integrating Appimage with systemMake the appimage executable DocumentationExample of AppDir |
Ok, just to clarify, what exactly you intend with this issue:
Cheers |
Main aim was proposing appimage as one of official release formats for non arch users |
The official releases binary still use deadd.conf but I had updated my configs to deadd.yml, that is why I thought it didn't respect user configs. |
I'm on linux mint and use a custom appimage bundled using arch2appimage. It works okay and reads config from $HOME/.config/deadd just like one built from source. The binary provided as official release doesn't seem to respect user configs but appimage will
The text was updated successfully, but these errors were encountered: