From 1a72e1c8c6f60245ed5bfa48dd17947dd41e3c68 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Thu, 13 Aug 2020 05:16:09 +0200 Subject: [PATCH] Add manifest file for Atom v1.50.0 x64 (#3055) Co-authored-by: Nisarg Mehta --- manifests/GitHub/Atom/1.50.0.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 manifests/GitHub/Atom/1.50.0.yaml diff --git a/manifests/GitHub/Atom/1.50.0.yaml b/manifests/GitHub/Atom/1.50.0.yaml new file mode 100644 index 000000000..db201d550 --- /dev/null +++ b/manifests/GitHub/Atom/1.50.0.yaml @@ -0,0 +1,31 @@ +# ================== General ================== +Id: GitHub.Atom +Publisher: GitHub +Name: Atom +Author: GitHub +Description: A hackable text editor for the 21st Century, free and open source. +AppMoniker: atom +Tags: Text Editor, IDE, Development +FileExtensions: txt, cfg, ini, yaml + +# ================== License ================== +Homepage: https://atom.io +License: MIT License +LicenseUrl: https://github.com/atom/atom/blob/master/LICENSE.md + +# ================= Installer ================= +Version: 1.50.0 + +Switches: + Custom: /norestart + Silent: /silent + SilentWithProgress: /silent + #Interactive: + Language: en-US + +InstallerType: exe +Installers: + - Arch: x64 + Url: https://github.com/atom/atom/releases/download/v1.50.0/AtomSetup-x64.exe + Sha256: 152198adae7dbd46ff292f57fa20064f8e3fbf7e26e5e652af5d11aeb53c605a + Scope: user \ No newline at end of file