build: Fixes for build

This commit is contained in:
Eberhard Graether
2016-11-11 16:11:45 +01:00
parent fb72f73567
commit 2b830fd2c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ void setupApp(int argc, char *argv[])
if (!appIsMacBundle)
{
UserPaths::setUserDataPath(path.absolute().str() + "/" + UserPaths::getUserDataPath());
UserPaths::setUserDataPath(path.absolute().str() + "/user/");
}
}