winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 53ac5d42b65c96317245c6473044607920bef8d5
parent 186278eb85b36392dd79a9beaf7a29e758f1112f
Author: yao-msft <50888816+yao-msft@users.noreply.github.com>
Date:   Fri, 17 Sep 2021 15:54:08 -0700

Fix Installer return code max value in schema by bad merge (#1482)


Diffstat:
Mschemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json b/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json @@ -138,7 +138,7 @@ "enum": [ 0 ] }, "minimum": -2147483648, - "maximum": 429496725, + "maximum": 4294967295, "description": "An exit code that can be returned by the installer after execution" }, "InstallerSuccessCodes": {