From 39e97eb8799dec4e383314f954d744744f6410b2 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Tue, 18 Aug 2020 00:22:45 +0200 Subject: [PATCH] Add manifest file for VSCodium v1.48 x64 (#3080) --- manifests/VSCodium/VSCodium/1.48.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 manifests/VSCodium/VSCodium/1.48.yaml diff --git a/manifests/VSCodium/VSCodium/1.48.yaml b/manifests/VSCodium/VSCodium/1.48.yaml new file mode 100644 index 000000000..0548606a8 --- /dev/null +++ b/manifests/VSCodium/VSCodium/1.48.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 + +InstallerType: Inno +Installers: + - Arch: x64 + Url: https://github.com/VSCodium/vscodium/releases/download/1.48.0/VSCodiumUserSetup-x64-1.48.0.exe + Sha256: 407de933a66db7b404d07feea103838e7048cbdaf528e4f6fc1a6f0e0231ea5b \ No newline at end of file