From e611b90f49488ecbb2cd6b040ecefd0c24e99825 Mon Sep 17 00:00:00 2001 From: Xodetaetl Date: Thu, 30 Apr 2015 00:07:16 +0200 Subject: [PATCH] Recommend use of $ character before File ID in install scripts --- docs/installers.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installers.rst b/docs/installers.rst index 72478190d..c88b202d5 100644 --- a/docs/installers.rst +++ b/docs/installers.rst @@ -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