From 381ee629f6a457e9e7f1b9a806ee9a25ab0bb39c Mon Sep 17 00:00:00 2001 From: Alexander L Date: Wed, 9 Sep 2020 01:23:25 +0200 Subject: [PATCH] Add VSCodium 1.48.2 (#3440) --- manifests/VSCodium/VSCodium/1.48.2.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 manifests/VSCodium/VSCodium/1.48.2.yaml diff --git a/manifests/VSCodium/VSCodium/1.48.2.yaml b/manifests/VSCodium/VSCodium/1.48.2.yaml new file mode 100644 index 000000000..e2b7699fa --- /dev/null +++ b/manifests/VSCodium/VSCodium/1.48.2.yaml @@ -0,0 +1,24 @@ +# ================== General ================== +Id: VSCodium.VSCodium +Publisher: VSCodium +Name: VSCodium +Author: VSCodium +Description: VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VSCode +AppMoniker: vscodium +Commands: codium +Tags: editor, vscodium +#FileExtensions: txt, cfg # FileExtensions are not supported in this preview (5/24/2020) + +# ================== License ================== +Homepage: https://vscodium.com/ +License: MIT License +LicenseUrl: https://github.com/VSCodium/vscodium/blob/master/LICENSE + +# ================= Installer ================= +Version: 1.48.2 + +InstallerType: Inno +Installers: + - Arch: x64 + Url: https://github.com/VSCodium/vscodium/releases/download/1.48.2/VSCodiumUserSetup-x64-1.48.2.exe + Sha256: bca4b2d5d4ff575b6e8b5c0d5d9b331fe24818ae1cdd48db2a646f66a43f8af5 \ No newline at end of file