diff --git a/shared/shared.cpp b/shared/shared.cpp index 8c72493..e426937 100644 --- a/shared/shared.cpp +++ b/shared/shared.cpp @@ -826,7 +826,9 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath void createQtConf(const QString &appDirPath) { // Set Plugins and imports paths. These are relative to App.app/Contents. - QByteArray contents = "[Paths]\n" + QByteArray contents = "# Generated by linuxdeployqt\n" + "# https://github.com/probonopd/linuxdeployqt/\n" + "[Paths]\n" "Plugins = plugins\n" "Imports = qml\n" "Qml2Imports = qml\n";