Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add --strip and --appimagetool parameters to pass local locations of strip and appimagetool #325

@mcarans

Description

@mcarans

Given that the version of strip or appimagetool can cause build failure (I've experienced both and there are related issues 272, 299, 311) and it is presumably a challenge to find an optimal version that works in all cases, I suggest allowing command line parameters to be passed to the tool to allow using alternatives to the built in ones such as the system strip or a locally downloaded appimagetool AppImage.

It could look something like this:

./linuxdeploy-x86_64.AppImage \
    ...
    --strip /usr/bin/strip \
    --appimagetool /tmp/appimagetool-x86_64.AppImage

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions