aboutsummaryrefslogtreecommitdiffstats
path: root/dist/installer
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-06-19 18:39:29 +0200
committerEike Ziller <eike.ziller@digia.com>2013-06-19 18:42:23 +0200
commit4babcabf2068e4da5297d95b1a577dacbfc5303f (patch)
tree50f4fcf77b6f9436a67c7d06d2dabd898bc8e7cb /dist/installer
parent69da367a392743c4943442c3200bf696f3e1c1e1 (diff)
Make it possible to build Qt Creator installers on Mac too
Change-Id: Ic3e6f773cb0c2c41f83c6f8d54ed4e0151c69b40 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'dist/installer')
-rw-r--r--dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs b/dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs
index a0301e37fc..bc669be7bb 100644
--- a/dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs
+++ b/dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/installscript.qs
@@ -57,7 +57,7 @@ Component.prototype.beginInstallation = function()
else if (installer.value("os") == "x11")
component.qtCreatorBinaryPath = component.qtCreatorBinaryPath + "/bin/qtcreator";
else if (installer.value("os") == "mac")
- component.qtCreatorBinaryPath = "\"" + component.qtCreatorBinaryPath + "/Qt Creator.app/Contents/MacOS/Qt Creator\"";
+ component.qtCreatorBinaryPath = component.qtCreatorBinaryPath + "/Qt Creator.app/Contents/MacOS/Qt Creator";
if ( installer.value("os") === "win" ) {
component.setStopProcessForUpdateRequest(component.qtCreatorBinaryPath, true);