diff --git a/README.md b/README.md index b90d9fd..6ae7225 100644 --- a/README.md +++ b/README.md @@ -380,8 +380,9 @@ Depending on the application or pkg there are a few more variables you can or ne - `CLIInstaller`: - `CLIArguments`: If the downloaded dmg is actually an installer that we can call using CLI, we can use these two variables for what to call. - We need to define `name` for the installed app (to be version checked), as well as `appName` for the installer binary. So Installomator will add the path to this binary, and it will be called like this: + We need to define `name` for the installed app (to be version checked), as well as `appName` for the installer binary. So Installomator will add the path to the folder of this binary, and it will be called like this: `$CLIInstaller $CLIArguments` + So for most installations `CLIInstaller` should contain the `appName` for the CLI call (if it’s the same). We can support a whole range of other software titles by implementing this. See label adobecreativeclouddesktop. diff --git a/fragments/header.sh b/fragments/header.sh index 1938b4d..e1dbace 100644 --- a/fragments/header.sh +++ b/fragments/header.sh @@ -208,9 +208,11 @@ REOPEN="yes" # If the downloaded dmg is actually an installer that we can call using CLI, # we can use these two variables for what to call. # We need to define `name` for the installed app (to be version checked), as well -# as `appName` for the installer binary. So Installomator will add the path to this -# binary, and it will be called like this: +# as `appName` for the installer binary. So Installomator will add the path to the +# folder of this binary, and it will be called like this: # $CLIInstaller $CLIArguments +# So for most installations `CLIInstaller` should contain the `appName` for the CLI +# call (if it’s the same). # We can support a whole range of other software titles by implementing this. # See label adobecreativeclouddesktop #