ElPumpo / TinyNvidiaUpdateChecker

Open sourced tool for keeping NVIDIA GPUs updated, featuring fully customizable driver installs for complete control, multi-GPU support, and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom paths for extract libary

ronen1n opened this issue · comments

Most of my apps are portable, so passing the location of the app in parameter or configuring it in config file will be perfect

7zip portable support by --7zip-location or something like it

Hi @ronen1n. TNUC supports custom locations for the extract libraries. But you can currently not customize it to your liking. I don't really like the idea of a command arg but perhaps an optional config thing.

Ok will be added in next release, I've added optional config entries for this. See wiki https://github.com/ElPumpo/TinyNvidiaUpdateChecker/wiki/Configuration-File

Any way I can save the config file/s in the same folder as the executable instead of appdata folder?

Yes if you run it with --config-here, there's also --config-override=""

Yes if you run it with --config-here, there's also --config-override=""

Perfect, thanks