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