From 71b5277e81f252da11b9f8f2f80dd9ad5a924d62 Mon Sep 17 00:00:00 2001 From: Frederick Vollbrecht Date: Sat, 25 May 2024 00:35:25 +0200 Subject: [PATCH] fix missing macos-arm propertie in json schema --- tools/tools_schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/tools_schema.json b/tools/tools_schema.json index cd14ef2693a0..faea9e0273a1 100644 --- a/tools/tools_schema.json +++ b/tools/tools_schema.json @@ -156,6 +156,9 @@ "macos": { "$ref": "#/definitions/platformDownloadInfo" }, + "macos-arm64": { + "$ref": "#/definitions/platformDownloadInfo" + }, "win32": { "$ref": "#/definitions/platformDownloadInfo" },