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

Elfutils debug #601

Closed
wants to merge 2 commits into from
Closed

Elfutils debug #601

wants to merge 2 commits into from

Commits on Feb 5, 2024

  1. build appimage with static runtime

    This allows the user to run the appimage on non fuse2 systems (all
    moderns systems use fuse3). This is achieved by using the static
    appimage runtime. Since linuxdeploy doesn't support changing the runtime
    I only use it to create the appdir directory. Then I use the original
    appimagetool to package the appimage using the static runtime.
    
    This should also make it possible to run the appimage on a non glibc
    system but I don't have access to one so I can't test it.
    
    fixes: #485
    lievenhey committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2d41c79 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    ec44b45 View commit details
    Browse the repository at this point in the history