Skip to content

Bug: Dependency checks look for dependencies in $PATH but program paths are hardcoded to only run from _resourcesPath #15

Description

@DrymarchonShaun

Currently, (using curl as example, it's not the only dependency like this) curlUtility.Ready checks $PATH for dependencies, but settings.PathToCurl is hardcoded to use _resourcesPath, which leads to an error where all dependency checks pass if the dependencies exist in $PATH, but if those dependencies don't also exist in the resources directory, the program crashes. It would be great if this could be made to use the dependencies in $PATH if they exist, it would make packaging this program for Linux distros significantly easier.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions