Fix macos code

This commit is contained in:
Jonas Kvinge
2018-11-16 17:25:39 +01:00
parent 072a3065cd
commit f228f79a8a
2 changed files with 15 additions and 26 deletions

View File

@@ -313,7 +313,7 @@ QString GetApplicationSupportPath() {
NSString* user_path = [paths objectAtIndex:0];
ret = QString::fromUtf8([user_path UTF8String]);
} else {
ret = "~/Collection/Application Support";
ret = "~/Library/Application Support";
}
return ret;
}