23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Mozilla.FirefoxDeveloperEdition
 | |
| PackageVersion: 89.0b2
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/89.0b2/win64/en-US/Firefox%20Setup%2089.0b2.msi
 | |
|   InstallerSha256: D79755FE2ACE9815896E78D943E94325553B36524D22F34F6286E687BF13EB38
 | |
|   InstallerType: msi
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/89.0b2/win32/en-US/Firefox%20Setup%2089.0b2.msi
 | |
|   InstallerSha256: 715CCBD30AD99FD4CB8989E0FF5D80383A2B813825FA43EDA5A6C8BA0A23123C
 | |
|   InstallerType: msi
 | |
| - Architecture: arm64
 | |
|   InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/89.0b2/win64-aarch64/en-US/Firefox%20Setup%2089.0b2.exe
 | |
|   InstallerSha256: 72830ED53E1A29A8D40DB2499195104AD0BE4BD8019C2CA6F91F5725BD9E1657
 | |
|   InstallerType: exe
 | |
|   InstallerSwitches:
 | |
|     Silent: /S
 | |
|     SilentWithProgress: /S
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |