Skip to content

Commit 3006ffe

Browse files
committed
distribution: add linux to asconfig schema
1 parent 90567fe commit 3006ffe

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

distribution/src/assembly/schemas/asconfig.schema.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,17 @@
356356
"signingOptions": { "$ref": "#/definitions/signingOptions" },
357357
"target": { "$ref": "#/definitions/airOptionsDesktopTargets" }
358358
}
359+
},
360+
"linux": {
361+
"type": "object",
362+
"additionalProperties": false,
363+
"properties": {
364+
"extdir": { "$ref": "#/definitions/airOptionsExtdir" },
365+
"files": { "$ref": "#/definitions/airOptionsFiles" },
366+
"output": { "$ref": "#/definitions/airOptionsOutput" },
367+
"signingOptions": { "$ref": "#/definitions/signingOptions" },
368+
"target": { "$ref": "#/definitions/airOptionsDesktopTargets" }
369+
}
359370
}
360371
}
361372
},
@@ -371,7 +382,8 @@
371382
"ios_simulator": { "$ref": "#/definitions/singleApplication" },
372383
"android": { "$ref": "#/definitions/singleApplication" },
373384
"windows": { "$ref": "#/definitions/singleApplication" },
374-
"mac": { "$ref": "#/definitions/singleApplication" }
385+
"mac": { "$ref": "#/definitions/singleApplication" },
386+
"linux": { "$ref": "#/definitions/singleApplication" }
375387
}
376388
}
377389
]

0 commit comments

Comments
 (0)