verifydump icon indicating copy to clipboard operation
verifydump copied to clipboard

Support having the dependencies installed in the same folder as verifydump.exe instead of requiring them to be in the PATH

Open j68k opened this issue 3 years ago • 0 comments

This might be easier for some users who aren't familiar with using environment variables.

The implementation of this might just be to add the tool folder (pathlib.Path(sys.argv[0]).parent?) to the environment PATH for the subprocess shells?

j68k avatar May 22 '22 04:05 j68k