From 41e58eb4a481c84a898858ef67d222b861717a59 Mon Sep 17 00:00:00 2001 From: jkobus Date: Mon, 17 Nov 2014 14:40:57 +0100 Subject: Introduce scScript constant and use whenever needed Change-Id: Icdbd110f4778bbf8fa75cf54a564fcd0bc8f7a49 Reviewed-by: Kai Koehne Reviewed-by: Karsten Heimrich --- tools/common/repositorygen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/common') diff --git a/tools/common/repositorygen.cpp b/tools/common/repositorygen.cpp index baf607bec..7f4be26ec 100644 --- a/tools/common/repositorygen.cpp +++ b/tools/common/repositorygen.cpp @@ -319,7 +319,7 @@ void QInstallerTools::copyMetaData(const QString &_targetDir, const QString &met } const QString toLocation(QString::fromLatin1("%1/%2/%3").arg(targetDir, info.name, script)); - copyWithException(scriptFile.fileName(), toLocation, QLatin1String("script")); + copyWithException(scriptFile.fileName(), toLocation, QInstaller::scScript); } // write DownloadableArchives tag if that is missed by the user -- cgit v1.2.3