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

Add option for GCM_GPG_PATH environment variable (Linux-only) #406

Merged
merged 1 commit into from
Aug 10, 2021

Commits on Aug 10, 2021

  1. linux: add option for GCM_GPG_PATH environment variable

    If GCM_GPG_PATH is specified, it is assumed to be the path to the GPG
    executable used by `pass` and will throw an exception if it is not found.
    If GCM_GPG_PATH is _not_ specified, GCM Core will attempt to find the
    correct GPG executable by mimicking the behavior (currently) used by `pass`
    (that is, first searching for `gpg2`, then falling back on `gpg` if `gpg2` is
    not found).
    vdye committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    ddcab81 View commit details
    Browse the repository at this point in the history