mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-21 13:20:59 +00:00
Merge pull request #494 from sidbena/fix-for-missed-comment-in-header
Fix for missing comment in header
This commit is contained in:
@@ -238,7 +238,7 @@ IGNORE_DND_APPS=""
|
|||||||
# - updateToolArguments:
|
# - updateToolArguments:
|
||||||
# When Installomator detects an existing installation of the application,
|
# When Installomator detects an existing installation of the application,
|
||||||
# and the updateTool variable is set
|
# and the updateTool variable is set
|
||||||
# $updateTool $updateArguments
|
# $updateTool $updateArguments
|
||||||
# Will be run instead of of downloading and installing a complete new version.
|
# Will be run instead of of downloading and installing a complete new version.
|
||||||
# Use this when the updateTool does differential and optimized downloads.
|
# Use this when the updateTool does differential and optimized downloads.
|
||||||
# e.g. msupdate on various Microsoft labels
|
# e.g. msupdate on various Microsoft labels
|
||||||
@@ -253,7 +253,7 @@ IGNORE_DND_APPS=""
|
|||||||
# We need to define `name` for the installed app (to be version checked), as well as
|
# We need to define `name` for the installed app (to be version checked), as well as
|
||||||
# `installerTool` for the installer app (if named differently than `name`. Installomator
|
# `installerTool` for the installer app (if named differently than `name`. Installomator
|
||||||
# will add the path to the folder/disk image with the binary, and it will be called like this:
|
# will add the path to the folder/disk image with the binary, and it will be called like this:
|
||||||
`$CLIInstaller $CLIArguments`
|
# $CLIInstaller $CLIArguments
|
||||||
# For most installations `CLIInstaller` should contain the `installerTool` for the CLI call
|
# For most installations `CLIInstaller` should contain the `installerTool` for the CLI call
|
||||||
# (if it’s the same).
|
# (if it’s the same).
|
||||||
# We can support a whole range of other software titles by implementing this.
|
# We can support a whole range of other software titles by implementing this.
|
||||||
|
|||||||
Reference in New Issue
Block a user