Added x86 architecture for Atom version 1.45.0. (#9698)

This commit is contained in:
Easton Pillay
2021-04-04 08:59:18 -05:00
committed by GitHub
parent 97148d90b9
commit f8323458d8
3 changed files with 48 additions and 22 deletions

View File

@@ -0,0 +1,25 @@
# 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

View File

@@ -0,0 +1,19 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: GitHub.Atom
PackageVersion: 1.45.0
PackageLocale: en-US
Author: GitHub
Moniker: atom
Tags:
- Text Editor
- IDE
- Development
PackageUrl: https://atom.io
LicenseUrl: https://raw.githubusercontent.com/atom/atom/v1.55.0/LICENSE.md
Publisher: GitHub
PackageName: Atom
License: MIT License
ShortDescription: A hackable text editor for the 21st Century, free and open source.
ManifestType: defaultLocale
ManifestVersion: 1.0.0

View File

@@ -1,25 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: GitHub.Atom PackageIdentifier: GitHub.Atom
PackageName: Atom
Moniker: atom
PackageVersion: 1.45.0 PackageVersion: 1.45.0
Publisher: GitHub DefaultLocale: en-US
License: Copyright (c) 2011-2020 GitHub Inc. - MIT License ManifestType: version
LicenseUrl: https://github.com/atom/atom/blob/master/LICENSE.md
MinimumOSVersion: 10.0.0.0
PackageUrl: https://atom.io/
ShortDescription: A hackable text editor for the 21st Century, free and open source.
Tags:
- atom
- texteditor
- IDE
InstallerType: exe
Installers:
- Architecture: x64
InstallerUrl: https://github.com/atom/atom/releases/download/v1.45.0/AtomSetup-x64.exe
InstallerSha256: 2A234BCEF846D35A50E50516B000788AC63715E5B320AAACDA5193947B1EFF3C
InstallerSwitches:
Silent: /silent
SilentWithProgress: /silent
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0 ManifestVersion: 1.0.0