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: tooling/cli/schema.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@
144
144
"useBootstrapper": false
145
145
},
146
146
"windows": {
147
+
"allowDowngrades": true,
147
148
"certificateThumbprint": null,
148
149
"digestAlgorithm": null,
149
150
"timestampUrl": null,
@@ -561,6 +562,7 @@
561
562
"windows": {
562
563
"description": "Configuration for the Windows bundle.",
563
564
"default": {
565
+
"allowDowngrades": true,
564
566
"certificateThumbprint": null,
565
567
"digestAlgorithm": null,
566
568
"timestampUrl": null,
@@ -1639,6 +1641,7 @@
1639
1641
"useBootstrapper": false
1640
1642
},
1641
1643
"windows": {
1644
+
"allowDowngrades": true,
1642
1645
"certificateThumbprint": null,
1643
1646
"digestAlgorithm": null,
1644
1647
"timestampUrl": null,
@@ -2054,6 +2057,11 @@
2054
2057
"description": "Windows bundler configuration.",
2055
2058
"type": "object",
2056
2059
"properties": {
2060
+
"allowDowngrades": {
2061
+
"description": "Validates a second app installation, blocking the user from installing an older version if set to `false`.\n\nFor instance, if `1.2.1` is installed, the user won't be able to install app version `1.2.0` or `1.1.5`.\n\nThe default value of this flag is `true`.",
2062
+
"default": true,
2063
+
"type": "boolean"
2064
+
},
2057
2065
"certificateThumbprint": {
2058
2066
"description": "Specifies the SHA1 hash of the signing certificate.",
0 commit comments