Skip to content

Commit 6ba5d84

Browse files
authored
AppVeyor: do not use -platform minimal on win (#784)
1 parent 38812b6 commit 6ba5d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/packages/qreal-base/ru.qreal.root/meta/installscript.qs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Component.prototype.createOperations = function()
8585
, "@StartMenuDir@/Uninstall @ProductName@" + installer.linkExtension);
8686
component.addOperation("Execute"
8787
, "@TargetDir@/" + installer.executableName + installer.execExtension
88-
, "--platform minimal --clear-conf");
88+
, "--clear-conf");
8989
} else if (installer.value("os") == "mac") {
9090
component.addOperation("Execute"
9191
, "@TargetDir@/" + installer.value("ProductName") + ".app/Contents/MacOS/" + installer.executableName, "--platform minimal --clear-conf");

0 commit comments

Comments
 (0)