Skip to content

Commit

Permalink
fix missing macos-arm propertie in json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollbrecht committed May 24, 2024
1 parent 4523f2d commit 71b5277
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/tools_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@
"macos": {
"$ref": "#/definitions/platformDownloadInfo"
},
"macos-arm64": {
"$ref": "#/definitions/platformDownloadInfo"
},
"win32": {
"$ref": "#/definitions/platformDownloadInfo"
},
Expand Down

0 comments on commit 71b5277

Please sign in to comment.