Fix casing of URL: in sample (#529) (#562)

This commit is contained in:
Lutz Roeder
2020-06-01 16:20:39 -07:00
committed by GitHub
parent d8613eac2e
commit 1e87fcce13

View File

@@ -30,7 +30,7 @@ License: string # the open source license or copyright
InstallerType: string # enumeration of supported installer types (exe, msi, msix)
Installers:
- Arch: string # enumeration of supported architectures
URL: string # path to download installation file
Url: string # path to download installation file
Sha256: string # SHA256 calculated from installer
# ManifestVersion: 0.1.0
```