From 9aaadcf12af081ff28d8c064d4b8835b51a64235 Mon Sep 17 00:00:00 2001 From: BVegNow <117610616+BVegNow@users.noreply.github.com> Date: Sun, 5 Feb 2023 07:27:41 +0800 Subject: feat(windows): manually decompress zstd archives before untar (#963) Co-authored-by: William Boman --- lua/mason-core/managers/github/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/mason-core/managers/github') diff --git a/lua/mason-core/managers/github/init.lua b/lua/mason-core/managers/github/init.lua index e9e4ec67..3feb2f20 100644 --- a/lua/mason-core/managers/github/init.lua +++ b/lua/mason-core/managers/github/init.lua @@ -132,7 +132,7 @@ M.unzip_release_file = release_file_processor("archive.zip", function() end) M.untarzst_release_file = release_file_processor("archive.tar.zst", function(opts) - std.untar("archive.tar.zst", { strip_components = opts.strip_components }) + std.untarzst("archive.tar.zst", { strip_components = opts.strip_components }) end) M.untarxz_release_file = release_file_processor("archive.tar.xz", function(opts) -- cgit v1.2.3-70-g09d2