fix missing macos-arm propertie in json schema

This commit is contained in:
Frederick Vollbrecht 2024-05-25 00:35:25 +02:00
parent 4523f2d674
commit 71b5277e81

View File

@ -156,6 +156,9 @@
"macos": {
"$ref": "#/definitions/platformDownloadInfo"
},
"macos-arm64": {
"$ref": "#/definitions/platformDownloadInfo"
},
"win32": {
"$ref": "#/definitions/platformDownloadInfo"
},