j68k / verifydump

A tool for verifying that .chd/.rvz disc images match Redump Datfiles
MIT License
51 stars 7 forks source link

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

Open j68k opened 2 years ago

j68k commented 2 years ago

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?