From e2ac0c21d8e290ec79243c910a55ec1e0a2f0c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Petu=C5=A1ka?= Date: Fri, 25 Mar 2022 01:13:38 +0000 Subject: [PATCH] install script json schema --- schema/sample.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/schema/sample.yml b/schema/sample.yml index bba7ef254..f0199f10a 100644 --- a/schema/sample.yml +++ b/schema/sample.yml @@ -1,2 +1,24 @@ -$schema: "./installer.schema.json" - +$schema: "./installer.schema.yml" +name: "" +game_slug: "" +version: "" +slug: "" +runner: linux +script: + game: + exe: "" + args: "" + prefix: "" + system: + env: + a: "" + wine: {} + files: [] + installer: + - execute: + command: "" + env: + a: "" + - move: + src: "" + dst: ""