Fix documentation formatting issues in example scripts (Closes #1166)

This commit is contained in:
Mathieu Comandon 2018-10-09 00:10:11 -07:00
parent 60eacc78f6
commit 0930b98299

View file

@ -655,10 +655,10 @@ Example wine game:
- installer: "N/A:Select the game's setup file"
installer:
- task:
executable: installer
name: wineexec
prefix: $GAMEDIR/prefix
arch: win64
executable: installer
name: wineexec
prefix: $GAMEDIR/prefix
arch: win64
wine:
Desktop: true
WineDesktop: 1024x768
@ -670,7 +670,11 @@ Example wine game:
WINEDLLOVERRIDES: d3d11=
SOMEENV: true
Example gog wine game, some installer crash with with /SILENT or /VERYSILENT option (Cuphead and Star Wars: Battlefront II for example), (most options can be found here http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline, there is undocumented gog option ``/nogui``, you need to use it when you use ``/silent`` and ``/suppressmsgboxes`` parameters):
Example gog wine game, some installer crash with with /SILENT or /VERYSILENT
option (Cuphead and Star Wars: Battlefront II for example), (most options can
be found here http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline,
there is undocumented gog option ``/NOGUI``, you need to use it when you use
``/SILENT`` and ``/SUPPRESSMSGBOXES`` parameters):
::
@ -691,11 +695,11 @@ Example gog wine game, some installer crash with with /SILENT or /VERYSILENT opt
- installer: "N/A:Select the game's setup file"
installer:
- task:
args: /SILENT /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES /NOGUI /DIR="C:/game"
executable: installer
name: wineexec
prefix: $GAMEDIR/prefix
arch: win64
args: /SILENT /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES /NOGUI /DIR="C:/game"
executable: installer
name: wineexec
prefix: $GAMEDIR/prefix
arch: win64
wine:
Desktop: true
WineDesktop: 1024x768
@ -768,9 +772,9 @@ Example gog linux game (mojosetup options found here https://www.reddit.com/r/li
installer:
- chmodx: installer
- execute:
executable: installer
description: Installing game, it will take a while...
args: -- --i-agree-to-all-licenses --noreadme --nooptions --noprompt --destination=$GAMEDIR
file: installer
description: Installing game, it will take a while...
args: -- --i-agree-to-all-licenses --noreadme --nooptions --noprompt --destination=$GAMEDIR
system:
terminal: true
@ -793,12 +797,12 @@ Example gog linux game, alternative (requires unzip):
- installer: "N/A:Select the game's setup file"
installer:
- execute:
args: $installer -d "$GAMEDIR" "data/noarch/*"
description: Extracting game data, it will take a while...
file: unzip
args: $installer -d "$GAMEDIR" "data/noarch/*"
description: Extracting game data, it will take a while...
file: unzip
- rename:
dst: $GAMEDIR/Game
src: $GAMEDIR/data/noarch
dst: $GAMEDIR/Game
src: $GAMEDIR/data/noarch
system:
terminal: true
@ -821,10 +825,10 @@ Example winesteam game:
arch: win64
installer:
- task:
description: Setting up wine prefix
name: create_prefix
prefix: $GAMEDIR/prefix
arch: win64
description: Setting up wine prefix
name: create_prefix
prefix: $GAMEDIR/prefix
arch: win64
winesteam:
Desktop: true
WineDesktop: 1024x768