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

Custom (de)compression via --{,de}compcmd options #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 7, 2019

  1. Custom (de)compression via --{,de}compcmd options

    This came from need to provide additional decryption parameters to GPG,
    which is currently not possible. Instead of adding --gpg-decrypt-extra
    option, this commit lets users provide custom compression commands.
    
    Example usage:
    
      ./makeself --compcmd "gpg -c" \
          --decompcmd "gpg -d --pinentry-mode=loopback" \
          . /tmp/sfx.sh installer ./run
    woky committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    83c4d90 View commit details
    Browse the repository at this point in the history