aboutsummaryrefslogtreecommitdiff
path: root/path_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'path_functions.cpp')
-rw-r--r--path_functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/path_functions.cpp b/path_functions.cpp
index 7d40054f..a22b775e 100644
--- a/path_functions.cpp
+++ b/path_functions.cpp
@@ -31,7 +31,7 @@ QString AOApplication::get_base_path()
base_path = external_storage + "/AO2/";
}
#else
- base_path = QDir::currentPath() + "/base/";
+ base_path = applicationDirPath() + "/base/";
#endif
return base_path;