aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'launcher')
-rw-r--r--launcher/Application.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 16fd612e..fa5d267e 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -294,8 +294,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
}
else
{
- // qDebug() << LAUNCHER_PORTABLE;
-#if !LAUNCHER_PORTABLE || defined(Q_OS_MAC)
+#if !Launcher_PORTABLE || defined(Q_OS_MAC)
QDir foo(FS::PathCombine(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation), ".."));
dataPath = foo.absolutePath();
adjustedBy += dataPath;