summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;