From 054085092789c7d26524f85f5f98af34b7201c9b Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Sun, 4 Apr 2021 00:29:27 -0500 Subject: [PATCH] Added x86 architecture for Atom version 1.48.0. (#9700) --- .../Atom/1.48.0/GitHub.Atom.installer.yaml | 25 +++++++++++++++++++ .../Atom/1.48.0/GitHub.Atom.locale.en-US.yaml | 19 ++++++++++++++ .../g/GitHub/Atom/1.48.0/GitHub.Atom.yaml | 24 +++--------------- 3 files changed, 48 insertions(+), 20 deletions(-) create mode 100644 manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.installer.yaml create mode 100644 manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.locale.en-US.yaml diff --git a/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.installer.yaml b/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.installer.yaml new file mode 100644 index 000000000..526697ad0 --- /dev/null +++ b/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.installer.yaml @@ -0,0 +1,25 @@ +# 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 + diff --git a/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.locale.en-US.yaml b/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.locale.en-US.yaml new file mode 100644 index 000000000..2a5876e68 --- /dev/null +++ b/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: GitHub.Atom +PackageVersion: 1.48.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 + diff --git a/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.yaml b/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.yaml index 32ae01d83..70be9fa68 100644 --- a/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.yaml +++ b/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.yaml @@ -1,23 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: GitHub.Atom -Publisher: GitHub -PackageName: Atom -ShortDescription: A hackable text editor for the 21st Century, free and open source. -PackageUrl: https://atom.io -Tags: -- Text Editor -- IDE -- Development -License: MIT License -LicenseUrl: https://github.com/atom/atom/blob/master/LICENSE.md PackageVersion: 1.48.0 -InstallerType: exe -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/atom/atom/releases/download/v1.48.0/AtomSetup-x64.exe - InstallerSha256: 017099E1A5CC4036BA27E4A2FAA01F707879EB481EF04B66CAB349CE1BC7411E - InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +