add zstd to win19

This commit is contained in:
Mikhail Timofeev
2020-03-06 11:03:01 +03:00
parent 9fbe8670ad
commit 5435d9a850
2 changed files with 13 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ else
# Adding description of the software to Markdown
$SoftwareName = "zstd"
$zstdVersion = $(zstd --version).Split(' ')[6].Split(',')[0]
$zstdVersion = $(zstd --version).Split(' ')[6].Split(',')[0].Substring(1)
$Description = @"
_Version:_ $zstdVersion<br/>