Flone-dnb / FBugReporter

Easily add feedback and/or bug reporting functionality to your Godot game.
MIT License
63 stars 4 forks source link

Use XDG directory specs on Linux #6

Closed LoipesMas closed 2 years ago

LoipesMas commented 2 years ago

On Linux it's a standard to use XDG Base Directory specification to decide where files should be stored. For example, config files would be stored in $XDG_CONFIG_HOME and log files in $XDG_STATE_HOME.

This can be easily achieved with xdg crate.

Flone-dnb commented 2 years ago

Yep. This is also something we should 100% do.