diff --git a/bazaar/Updater/Updater.cpp b/bazaar/Updater/Updater.cpp index 70c5a10f6..1fde34a09 100644 --- a/bazaar/Updater/Updater.cpp +++ b/bazaar/Updater/Updater.cpp @@ -74,7 +74,7 @@ Updater::Updater() #ifdef PLATFORM_POSIX userConfigPath = "/home/" + user + "./" + appName + "/"; #else - userConfigPath = GetHomeDirectory() + "./" + appName + "/"; + userConfigPath = GetAppDataFolder() + "/" + appName + "/"; #endif // gets app's system config path