summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@qt.io>2023-12-18 09:42:08 +0200
committerKimmo Ollila <kimmo.ollila@qt.io>2023-12-19 07:26:34 +0000
commit9f04c802de7d077240af3dbd4734595f6a59f346 (patch)
tree24010fa7d359d9aae02a2a8932f13be4536db435
parent2af89a712358461bfea60e7c2906406f521011dd (diff)
Change default metadata path
Change-Id: Ifb348279478b55d0dbb57071ed7d84865de0930a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 179c1cc..105e42e 100644
--- a/main.cpp
+++ b/main.cpp
@@ -57,7 +57,7 @@ int main(int argc, char **argv)
}
if (appsRoot.isEmpty()) {
- appsRoot = "/usr/examples/data";
+ appsRoot = "/usr/share/examples/boot2qt-launcher-demos";
}
qInfo() << "Applications Root:" << appsRoot;