1
0
mirror of https://github.com/lutris/lutris synced 2024-07-05 16:38:42 +00:00

install script json schema

This commit is contained in:
Martynas Petuška 2022-03-25 01:13:38 +00:00
parent ba02405eb2
commit e2ac0c21d8
No known key found for this signature in database
GPG Key ID: 81687E7ADCE55FF3

View File

@ -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: ""