35 lines
		
	
	
		
			1016 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1016 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: GitHub.Atom
 | |
| PackageVersion: 1.57.0
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| FileExtensions:
 | |
|   - txt
 | |
|   - cfg
 | |
|   - ini
 | |
|   - yaml
 | |
| InstallModes:
 | |
|   - interactive
 | |
|   - silent
 | |
|   - silentWithProgress
 | |
| InstallerSwitches:
 | |
|   Custom: /norestart
 | |
|   Silent: /silent
 | |
|   SilentWithProgress: /silent
 | |
| Installers:
 | |
|   - Architecture: x64
 | |
|     InstallerType: exe
 | |
|     InstallerUrl: https://github.com/atom/atom/releases/download/v1.57.0/AtomSetup-x64.exe
 | |
|     InstallerSha256: C5314C5EFD7C4DE9E1A9DC0A4D6F64489559DDE4EFE1E7D28B94F20F13D63230
 | |
|     Scope: user
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
|   - Architecture: x86
 | |
|     InstallerType: exe
 | |
|     InstallerUrl: https://github.com/atom/atom/releases/download/v1.57.0/AtomSetup.exe
 | |
|     InstallerSha256: EC9EBB8BC118D0E3038C6FA8A62F2AC5A3B62FB752EFA85F143AD186AFFFCE8A
 | |
|     Scope: user
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |