Skip to content
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

[CI] Build AppImage #149

Merged
merged 10 commits into from
Apr 25, 2023
Merged

[CI] Build AppImage #149

merged 10 commits into from
Apr 25, 2023

Conversation

qurious-pixel
Copy link
Contributor

Create AppImage artifact
Exclude libgmodule fixes undefined symbol: g_module_open_full

Fixes #100

@PaulCombal PaulCombal changed the base branch from master to dev April 25, 2023 16:39
@PaulCombal PaulCombal merged commit 895b5e3 into PaulCombal:dev Apr 25, 2023
1 check passed
@PaulCombal
Copy link
Owner

Out of curiosity, can you explain why is --appimage-extract-and-run necessary on linuxdeploy?

@qurious-pixel
Copy link
Contributor Author

qurious-pixel commented Apr 25, 2023

Out of curiosity, can you explain why is --appimage-extract-and-run necessary on linuxdeploy?

In containers, it needs the libfuse2 module installed. It is easier in Docker/Github Actions to extract-and-run, thus not needing the dependency.
It works locally as well, so it is a good solution.

Or you can check whether it is in a container, and run it only then.

@PaulCombal
Copy link
Owner

Thank you very much for contributing! I will merge this into master very soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Appimage won't work anymore
2 participants