NikolayXHD / Mtgdb

Mtgdb.Gui - desktop app to search MTG cards and build decks
https://www.slightlymagic.net/forum/viewtopic.php?f=62&t=19299
Other
63 stars 10 forks source link

Make application directory read-only #61

Open NikolayXHD opened 4 years ago

NikolayXHD commented 4 years ago

Anything write-able should be separated into platform-specific ApplicationData and UserData directories.

This is a prerequisite to package the application in any standard way.

NikolayXHD commented 4 years ago

user data

application data

TeamLinux01 commented 4 years ago

These would be my suggested places for data. Maybe the saving decks could default to the Documents folders of the User for each OS.

Under Linux: https://askubuntu.com/questions/14535/whats-the-local-folder-for-in-my-home-directory User data

Application data

Under Windows: https://www.howtogeek.com/318177/what-is-the-appdata-folder-in-windows/ User data

Application data