flyingpie / windows-terminal-quake

Enable Quake-style dropdown for (almost) any application.
https://wtq.flyingpie.nl
MIT License
598 stars 39 forks source link

Doesn't work from a folder with spaces in the name #36

Closed aaronasmith closed 3 years ago

aaronasmith commented 4 years ago

I modified Settings and Logging to Path.Combine(Path.GetDirectoryName(new Uri(typeof(Settings).Assembly.Location).LocalPath), "windows-terminal-quake.json") and it was working.

Also, I'm trying to run from a folder in Program Files, and things seem pretty broken, such as it doesn't reload the settings automatically. Probably due to permissions in that folder.

flyingpie commented 3 years ago

@aaronasmith Will be fixed with the next release, thank you for reporting!