forked from qt-creator/qt-creator
Installer: Remove checks for bin\qmlviewer.exe, bin\linguist.exe
We don't package them anymore inside Qt Creator since years. Change-Id: Id624d5cb88960887a10feb0cc0188c786a4be187 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -60,11 +60,8 @@ Component.prototype.beginInstallation = function()
|
||||
else if (installer.value("os") == "mac")
|
||||
component.qtCreatorBinaryPath = component.qtCreatorBinaryPath + "/Qt Creator.app/Contents/MacOS/Qt Creator";
|
||||
|
||||
if ( installer.value("os") === "win" ) {
|
||||
if ( installer.value("os") === "win" )
|
||||
component.setStopProcessForUpdateRequest(component.qtCreatorBinaryPath, true);
|
||||
component.setStopProcessForUpdateRequest("@TargetDir@/bin/linguist.exe", true);
|
||||
component.setStopProcessForUpdateRequest("@TargetDir@/bin/qmlviewer.exe", true);
|
||||
}
|
||||
}
|
||||
|
||||
registerCommonWindowsFileTypeExtensions = function()
|
||||
|
Reference in New Issue
Block a user