AlexanderPro / WindowTextExtractor

WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
MIT License
292 stars 33 forks source link

[FR] Check local directory for Settings.json before AppData #9

Open God-damnit-all opened 1 year ago

God-damnit-all commented 1 year ago

If Settings.json is in the binary's directory, that path should be used for loading/saving the application's settings, rather than the %APPDATA%\WindowTextExtractor directory. This would make the application "portable".

AlexanderPro commented 1 month ago

Hi @God-damnit-all,

Sorry for the late response. Please, try version 2.2.0. The application now searches for Settings.json file in the binary's directory and if it fails there, then it creates Settings.json file in the roaming directory and uses it from there.