Skip to content

Commit d83f55e

Browse files
committed
Clarify user bundle updates are always mandatory
1 parent 12f969e commit d83f55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The deployment-config is a JSON-file which is supposed to be hosted on a webserv
99
* **`BundleInfoURL`**, **`BaseURL`**, **`TargetPlatforms`**: See [Common fields](#Common-fields) below.
1010
* **`LocalDirectory`** (string): Desired name of the bundle's folder in the file system.
1111
* **`Tags`** (array): An array of strings describing arbitrary tags. Currently only used by bundown to fetch the files required to build `.msi`-installers for Windows for [system mode](walkthrough.md#System-mode).
12-
* **`IsUpdateMandatory`** (bool): If set to true, specifies that the user cannot choose to ignore when required changes to a bundle are omitted due to it being a [system bundle](glossary.md#system-bundle); the user will however be informed about omitted updates either way. This has no effect on [user bundles](glossary.md#user-bundle).
12+
* **`IsUpdateMandatory`** (bool): If set to true, specifies that the user cannot choose to ignore when required changes to a bundle are omitted due to it being a [system bundle](glossary.md#system-bundle). If set to false, they will still be informed about the problem, but given the option to continue anyway. This has no effect on [user bundles](glossary.md#user-bundle), because keeping those up to date is always mandatory.
1313
* **`Execution`** (object): Object which describes trivrost's behavior after having downloaded and updated itself and all bundles.
1414
* **`Commands`** (array): An array of objects which define individual commands which will be executed in the order they appear. After starting the last command, trivrost will terminate without waiting for it to complete.
1515
* **`TargetPlatforms`**: See [Common fields](#Common-fields) below.

0 commit comments

Comments
 (0)