28 lines
		
	
	
		
			971 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			971 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Telegram.TelegramDesktop
 | |
| PackageVersion: 2.7.3
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| InstallModes:
 | |
|   - interactive
 | |
|   - silent
 | |
|   - silentWithProgress
 | |
| Installers:
 | |
|   - Architecture: x64
 | |
|     InstallerType: inno
 | |
|     InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v2.7.3/tsetup-x64.2.7.3.exe
 | |
|     InstallerSha256: AC6F6FBBC445E52EBB27C7B2D8E4DD1DAC33465C8CDCD956B9624987A0B02B28
 | |
| #    ProductCode: 
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
|   - Architecture: x86
 | |
|     InstallerType: inno
 | |
|     InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v2.7.3/tsetup.2.7.3.exe
 | |
|     InstallerSha256: A3C4E38467C77DB21A0FF689422B151B40A256669944105581326AC115D575D7
 | |
| #    ProductCode: 
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |