Add extra Steam/GOG IDs to manifest
This commit is contained in:
parent
fb7a3d26f3
commit
1e31ede551
4 changed files with 32 additions and 0 deletions
|
@ -104038,6 +104038,9 @@ Command & Conquer:
|
|||
- config
|
||||
when:
|
||||
- os: windows
|
||||
id:
|
||||
steamExtra:
|
||||
- 24810
|
||||
installDir:
|
||||
Command and Conquer 3 Tiberium Wars: {}
|
||||
launch:
|
||||
|
|
|
@ -110,3 +110,11 @@ additionalProperties:
|
|||
properties:
|
||||
flatpak:
|
||||
type: string
|
||||
gogExtra:
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
steamExtra:
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
|
|
|
@ -91,3 +91,11 @@ additionalProperties:
|
|||
properties:
|
||||
flatpak:
|
||||
type: string
|
||||
gogExtra:
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
steamExtra:
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
|
|
Reference in a new issue