diff --git a/manifests/VSCodium/VSCodium/1.49.0.yaml b/manifests/VSCodium/VSCodium/1.49.0.yaml new file mode 100644 index 000000000..a67340a47 --- /dev/null +++ b/manifests/VSCodium/VSCodium/1.49.0.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.49.0 + +InstallerType: Inno +Installers: + - Arch: x64 + Url: https://github.com/VSCodium/vscodium/releases/download/1.49.0/VSCodiumUserSetup-x64-1.49.0.exe + Sha256: f414412cd22d209d582be906e29b1b0ebeea4787c2bf026b2e7cce8c132caf45 \ No newline at end of file