You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment-config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The deployment-config is a JSON-file which is supposed to be hosted on a webserv
9
9
***`BundleInfoURL`**, **`BaseURL`**, **`TargetPlatforms`**: See [Common fields](#Common-fields) below.
10
10
***`LocalDirectory`** (string): Desired name of the bundle's folder in the file system.
11
11
***`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.
13
13
***`Execution`** (object): Object which describes trivrost's behavior after having downloaded and updated itself and all bundles.
14
14
***`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.
15
15
***`TargetPlatforms`**: See [Common fields](#Common-fields) below.
0 commit comments