23 lines
		
	
	
		
			881 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			881 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: ElectronCommunity.ElectronFiddle
 | |
| PackageVersion: 0.19.0
 | |
| InstallerType: exe
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerType: exe
 | |
|   InstallerUrl: https://github.com/electron/fiddle/releases/download/v0.19.0/electron-fiddle-0.19.0-win32-x64-setup.exe
 | |
|   InstallerSha256: B63BFEE1093890CC079F20E72855A689CE3E4705C58B7C28106FABD50DCD427A
 | |
|   InstallerSwitches:
 | |
|     SilentWithProgress: /quiet
 | |
|     Silent: /quiet
 | |
| - Architecture: x86
 | |
|   InstallerType: exe
 | |
|   InstallerUrl: https://github.com/electron/fiddle/releases/download/v0.19.0/electron-fiddle-0.19.0-win32-ia32-setup.exe
 | |
|   InstallerSha256: 3593AFFEE9E575FEDE35CC5EAC5C0BB617F4EE75A57648047012B7341304F5D2
 | |
|   InstallerSwitches:
 | |
|     SilentWithProgress: /quiet
 | |
|     Silent: /quiet
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |