File tree Expand file tree Collapse file tree
distribution/src/assembly/schemas Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
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 ]
You can’t perform that action at this time.
0 commit comments