Recommend use of $ character before File ID in install scripts

This commit is contained in:
Xodetaetl 2015-04-30 00:07:16 +02:00
parent f63d5e7432
commit e611b90f49

View file

@ -146,7 +146,7 @@ Example:
::
- move:
src: game-file-id
src: $game-file-id
dst: $GAMEDIR/location
Copying and merging directories
@ -167,7 +167,7 @@ Example:
::
- merge:
src: game-file-id
src: $game-file-id
dst: $GAMEDIR/location
Extracting archives
@ -187,7 +187,7 @@ Example:
::
- extract:
file: game-archive
file: $game-archive
dst: $GAMEDIR/datadir/
Making a file executable
@ -211,7 +211,7 @@ Example:
- execute:
args: --argh
file: great-id
file: $great-id
Writing into an INI type config file
------------------------------------
@ -328,7 +328,7 @@ Currently, the following tasks are implemented:
- task:
name: dosexec
executable: file_id
executable: $file_id
config: $GAMEDIR/game_install.conf
args: -scaler normal3x -conf more_conf.conf