26 lines
		
	
	
		
			766 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			766 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: GitHub.Atom
 | |
| PackageVersion: 1.48.0
 | |
| FileExtensions:
 | |
| - txt
 | |
| - cfg
 | |
| - ini
 | |
| - yaml
 | |
| InstallerSwitches:
 | |
|   Custom: /norestart
 | |
|   Silent: /silent
 | |
|   SilentWithProgress: /silent
 | |
| InstallerType: exe
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/atom/atom/releases/download/v1.48.0/AtomSetup-x64.exe
 | |
|   InstallerSha256: 017099E1A5CC4036BA27E4A2FAA01F707879EB481EF04B66CAB349CE1BC7411E
 | |
|   Scope: user
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/atom/atom/releases/download/v1.48.0/AtomSetup.exe
 | |
|   InstallerSha256: C093CB9D19D6798D84A46A4F57E9E9618EEC4FB706FFF86C35F275CEDEAD230B
 | |
|   Scope: user
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |