update linux compression command to use xz compressino

This commit is contained in:
Opender Singh
2021-10-01 18:05:25 +13:00
parent e6c288c7b9
commit 3542bbcc70

View File

@@ -19,7 +19,7 @@ const getTarArgs = () => {
}
if (isLinux()) {
return ['-zxf', `inso-linux-${version}.tar.xz`];
return ['-cJf', `inso-linux-${version}.tar.xz`];
}
if (isWindows()) {