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.
Currently, (using curl as example, it's not the only dependency like this)
curlUtility.Readychecks$PATHfor dependencies, butsettings.PathToCurlis 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.