new directory system on linux

This commit is contained in:
Ryzerth
2020-12-22 22:39:24 +01:00
parent d1a8425d43
commit 22d18a9e58
7 changed files with 62 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ namespace options {
#ifdef _WIN32
opts.root = ".";
#else
opts.root = "~/.sdrpp/";
opts.root = "~/.config/sdrpp";
#endif
}