Update authy manifest to new format (#12335)

This commit is contained in:
Code
2021-05-08 23:36:24 -04:00
committed by GitHub
parent 4e579d5ff7
commit 8de449a784
3 changed files with 60 additions and 17 deletions

View File

@@ -0,0 +1,33 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: Twilio.Authy
PackageVersion: 1.8.3
MinimumOSVersion: 10.0.0.0
InstallModes:
- interactive
- silent
- silentWithProgress
Installers:
- Architecture: x64
InstallerType: exe
InstallerUrl: https://electron.authy.com/download?channel=stable&arch=x64&platform=win32&version=latest&product=authy
InstallerSha256: 2665B0636F24C9C543941DE04A57660EBA37457A0BD17DB7688FB7C5A8D618BA
InstallerSwitches:
Silent: -s
SilentWithProgress: -s
# ProductCode:
Scope: machine
InstallerLocale: en-US
UpgradeBehavior: install
- Architecture: x86
InstallerType: exe
InstallerUrl: https://electron.authy.com/download?channel=stable&arch=x32&platform=win32&version=latest&product=authy
InstallerSha256: 207424538114AF891E6D385CCBEB973B7A873A6690ECCEEEF3BEA8FCC9EA114C
InstallerSwitches:
Silent: -s
SilentWithProgress: -s
# ProductCode:
Scope: machine
InstallerLocale: en-US
UpgradeBehavior: install
ManifestType: installer
ManifestVersion: 1.0.0