Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWindows Default Keynode Path should be AppData/Roaming #49
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The AppData/Roaming is the official location for application data that is moved with the user profile of the OS.
It makes sense to default it to AppData/Roaming when on Windows.
But on Linux, you should also check for the
$XDG_...environment variables. Because there is a specific location for linux desktop now: https://wiki.archlinux.org/index.php/XDG_Base_DirectoryThat only applies for linux with desktop environment.
I don't what the standard is for mac, so just look around.