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.55.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.55.0/AtomSetup-x64.exe
|
|
InstallerSha256: EF47818F57030BE5F12D0AD878C20BB07A934701E747760CA4AC68907E442A19
|
|
Scope: user
|
|
- Architecture: x86
|
|
InstallerUrl: https://github.com/atom/atom/releases/download/v1.55.0/AtomSetup.exe
|
|
InstallerSha256: F897ED2DD7F15066A5441DCC768730DDB2B25527DD473266354663B031BEFA01
|
|
Scope: user
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|