ElPumpo / TinyNvidiaUpdateChecker

Open sourced tool for keeping NVIDIA GPUs updated, featuring fully customizable driver installs for complete control, multi-GPU support, and more!
GNU General Public License v3.0
1.41k stars 56 forks source link

Custom paths for extract libary #207

Closed ronen1n closed 3 months ago

ronen1n commented 7 months ago

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

ElPumpo commented 4 months ago

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.

ElPumpo commented 3 months ago

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

ronen1n commented 3 months ago

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

ElPumpo commented 3 months ago

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

ronen1n commented 3 months ago

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

Perfect, thanks