aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5691abc..da8d58b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -22,8 +22,8 @@ int main(int argc, char *argv[])
const QString &app_path = QApplication::applicationDirPath();
s.setValue("path/data", app_path);
- s.setValue("path/gfx", app_path + "/gfx");
- s.setValue("path/levels", app_path + "/levels");
+ s.setValue("path/gfx", app_path + "/data/gfx");
+ s.setValue("path/levels", app_path + "/data/levels");
}
MainWindow mw;