switch from msvc to mingw for windows builds
This commit is contained in:
parent
3536204961
commit
848c441664
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user