25 lines
737 B
YAML
25 lines
737 B
YAML
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
|
PackageIdentifier: jasongin.nvs
|
|
PackageVersion: 1.6.0
|
|
MinimumOSVersion: 10.0.0.0
|
|
Commands:
|
|
- nvs
|
|
InstallModes:
|
|
- interactive
|
|
- silent
|
|
- silentWithProgress
|
|
Installers:
|
|
- Architecture: x86
|
|
InstallerType: msi
|
|
InstallerUrl: https://github.com/jasongin/nvs/releases/download/v1.6.0/nvs-1.6.0.msi
|
|
InstallerSha256: 95B0FDFF01142D5AA56217E32F79FE27C12EE9AC976A1C4E160B0FD6E8DB320F
|
|
InstallerSwitches:
|
|
Silent: /qn
|
|
SilentWithProgress: /qb
|
|
ProductCode: "{DF4627FB-1670-4901-8F3D-F941117DA23A}"
|
|
Scope: machine
|
|
InstallerLocale: en-US
|
|
UpgradeBehavior: install
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|