forked from qt-creator/qt-creator
Fix unzip tool not being resolved
Change-Id: Idf77ef0e1c0b18c6dccbcf7b5666203dcfda65ab Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -136,6 +136,7 @@ static Utils::optional<Tool> unzipTool(const FilePath &src, const FilePath &dest
|
||||
const QString destStr = dest.toString();
|
||||
const QString args = result.command.arguments().replace("%{src}", srcStr).replace("%{dest}", destStr);
|
||||
result.command.setArguments(args);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
return {};
|
||||
|
Reference in New Issue
Block a user