* VSCodium update 1.46.1 * VSCodium update 1.46.1 setup fix * VSCodium update 1.46.1 forgot to change the hash.. * Smartscreen should be ok now Didnt get any smartscreen warning on my end
30 lines
1010 B
YAML
30 lines
1010 B
YAML
# ================== 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
|
||
#FileExtensions: txt, cfg # FileExtensions are not supported in this preview (5/24/2020)
|
||
|
||
# ================== License ==================
|
||
Homepage: https://vscodium.com/
|
||
License: MIT License
|
||
#LicenseUrl: ?
|
||
|
||
# ================= Installer =================
|
||
MinOSVersion: 10.0.0.0
|
||
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
||
Version: 1.46.1
|
||
|
||
InstallerType: Inno
|
||
Installers:
|
||
- Arch: x64
|
||
Url: https://github.com/VSCodium/vscodium/releases/download/1.46.1/VSCodiumUserSetup-x64-1.46.1.exe
|
||
Sha256: 95cb87c5e0cbd38ed15cfbd4db64ac8cd2419b2395bdd014b10baa6641c1058a
|
||
Scope: user # Scope is not supported in this preview (5/24/2020)
|
||
|
||
# ManifestVersion: 0.1.0
|