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.45.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.45.0/AtomSetup-x64.exe
|
|
InstallerSha256: 2A234BCEF846D35A50E50516B000788AC63715E5B320AAACDA5193947B1EFF3C
|
|
Scope: user
|
|
- Architecture: x86
|
|
InstallerUrl: https://github.com/atom/atom/releases/download/v1.45.0/AtomSetup.exe
|
|
InstallerSha256: 64A3A232B1653AA8FEEDBE26575FF48C41125819DC02C3E52058A71B3D2719ED
|
|
Scope: user
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|