switch from msvc to mingw for windows builds

This commit is contained in:
Michael Zanetti 2018-06-04 10:26:37 +02:00
parent 3536204961
commit 848c441664
2 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,5 @@ Component.prototype.createOperations = function()
component.addOperation("CreateShortcut", "@TargetDir@/mea.exe", "@StartMenuDir@/Mea.lnk",
"workingDirectory=@TargetDir@", "iconPath=@TargetDir@/logo.ico",
"description=mea - The nymea frontend");
component.addOperation("Execute", "@TargetDir@/vc_redist.x64.exe", "/quiet", "/norestart");
}
}

View File

@ -18,7 +18,5 @@ Component.prototype.createOperations = function()
component.addOperation("CreateShortcut", "@TargetDir@/maveo.exe", "@StartMenuDir@/Maveo Pro Box Dashboard.lnk",
"workingDirectory=@TargetDir@", "iconPath=@TargetDir@/logo.ico",
"description=Maveo Pro Box Dashboard");
component.addOperation("Execute", "@TargetDir@/vc_redist.x64.exe", "/quiet", "/norestart");
}
}