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 upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
store auth.db and craft.db in better location #234
Comments
|
It shouldn't be in |
Currently, the auth.db and craft.db is stored directly under users home directory. In GNU/Linux, the standard application data directory is
~/.local/share/Craft. So the users' home directory will not be polluted by all kinds of app data.The text was updated successfully, but these errors were encountered: