Update builds.json
Remove platform-specific mappings. Add a `builds` key in case we need to add additional metadata in the future.
This commit is contained in:
parent
1c76eea3d0
commit
e5862e8532
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"linux": { },
|
||||
"macos": { },
|
||||
"windows": {
|
||||
"01172": "1.1.0"
|
||||
"builds": {
|
||||
"1172": "1.1.0.1172",
|
||||
"1174": "1.1.0.1174"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue