Skip to content
Snippets Groups Projects
Commit 99db34ec authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

system:info: Moved default location of system_info to /etc

parent 94efcc7d
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
qmlRegisterSingletonType("Native", 1, 0, "AppInfo", appVersionSingletonProvider);
#ifdef Q_OS_UNIX
System system("/usr/share/seco-show-demo/system_info.ini");
System system("/etc/seco-show-demo/system_info.ini");
#else
System system(QCoreApplication::applicationDirPath() + "/system_info.ini");
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment