mirror of
https://github.com/lutris/lutris
synced 2024-11-02 10:19:50 +00:00
24 lines
323 B
YAML
24 lines
323 B
YAML
$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: ""
|