Added x86 architecture for Electron Fiddle version 0.20.0. (#10011)

This commit is contained in:
Easton Pillay
2021-04-06 00:38:20 -05:00
committed by GitHub
parent 8be1cb28e8
commit f6433d9ebd
3 changed files with 43 additions and 21 deletions

View File

@@ -0,0 +1,22 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: ElectronCommunity.ElectronFiddle
PackageVersion: 0.20.0
InstallerType: exe
Installers:
- Architecture: x64
InstallerType: exe
InstallerUrl: https://github.com/electron/fiddle/releases/download/v0.20.0/electron-fiddle-0.20.0-win32-x64-setup.exe
InstallerSha256: 440A5B88BEBBD7533B5ED244FF9372DA9B7EAF1F55558119FED7945122354709
InstallerSwitches:
SilentWithProgress: /quiet
Silent: /quiet
- Architecture: x86
InstallerType: exe
InstallerUrl: https://github.com/electron/fiddle/releases/download/v0.20.0/electron-fiddle-0.20.0-win32-ia32-setup.exe
InstallerSha256: 588222D81F94FC4583CE595575FDB9082C972DFE6BF014351C28A1D65146BE41
InstallerSwitches:
SilentWithProgress: /quiet
Silent: /quiet
ManifestType: installer
ManifestVersion: 1.0.0