48 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: GitHub.GitHubDesktop
 | |
| PackageVersion: 2.8.1
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| InstallModes:
 | |
|   - interactive
 | |
|   - silent
 | |
|   - silentWithProgress
 | |
| Installers:
 | |
|   - Architecture: x64
 | |
|     InstallerType: exe
 | |
|     InstallerUrl: https://desktop.githubusercontent.com/releases/2.8.1-717be06b/GitHubDesktopSetup-x64.exe
 | |
|     InstallerSha256: 6ED6DF2AC659B746C5491A502233B4A6B0BB38044B55C79840011FCE2716FBE5
 | |
|     InstallerSwitches:
 | |
|       Silent: /s
 | |
|       SilentWithProgress: /s
 | |
|     Scope: user
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
|   - Architecture: arm64
 | |
|     InstallerType: exe
 | |
|     InstallerUrl: https://desktop.githubusercontent.com/releases/2.8.1-717be06b/GitHubDesktopSetup-arm64.exe
 | |
|     InstallerSha256: B3D25415BBE9618A929FD707F0DF51D38A54D5F0DEDE79EC5429B453CACE13CC
 | |
|     InstallerSwitches:
 | |
|       Silent: /s
 | |
|       SilentWithProgress: /s
 | |
|     Scope: user
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
|   - Architecture: x64
 | |
|     InstallerType: msi
 | |
|     InstallerUrl: https://desktop.githubusercontent.com/releases/2.8.1-717be06b/GitHubDesktopSetup-x64.msi
 | |
|     InstallerSha256: CC6B1CB189EB7762D1DC8EAAD78508FC1F0528021FD8930BCA65B4CBB8352299
 | |
|     ProductCode: "{342678A9-6058-432C-9141-195E7F1F1285}"
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
|   - Architecture: arm64
 | |
|     InstallerType: msi
 | |
|     InstallerUrl: https://desktop.githubusercontent.com/releases/2.8.1-717be06b/GitHubDesktopSetup-arm64.msi
 | |
|     InstallerSha256: 61FB2F67D80E85744E7BD46B0AE24503C335A6138B7C5C7819BBA85E4EF46FB1
 | |
|     ProductCode: "{9CAE85DD-F9AA-4A0A-BDFE-9A2EFEDF5A44}"
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |