We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38812b6 commit 6ba5d84Copy full SHA for 6ba5d84
installer/packages/qreal-base/ru.qreal.root/meta/installscript.qs
@@ -85,7 +85,7 @@ Component.prototype.createOperations = function()
85
, "@StartMenuDir@/Uninstall @ProductName@" + installer.linkExtension);
86
component.addOperation("Execute"
87
, "@TargetDir@/" + installer.executableName + installer.execExtension
88
- , "--platform minimal --clear-conf");
+ , "--clear-conf");
89
} else if (installer.value("os") == "mac") {
90
91
, "@TargetDir@/" + installer.value("ProductName") + ".app/Contents/MacOS/" + installer.executableName, "--platform minimal --clear-conf");
0 commit comments