pierr3 / VectorAudio

An Audio-For-VATSIM ATC Client for macOS, Linux and Windows
GNU General Public License v3.0
48 stars 11 forks source link

add linux convention config paths #42

Closed uetcis closed 1 year ago

uetcis commented 1 year ago

This PR allows Vector Audio to use ~/.config/vector_audio or $XDG_CONFIG_HOME/vector_audio as the config directory, which is more conventional on Linux. This would be necessary if we want to install it globally on Linux (as otherwise we will have to grant access of the credentials to all users).

pierr3 commented 1 year ago

Thanks, great!