zls icon indicating copy to clipboard operation
zls copied to clipboard

Package Windows releases as Zip, not TAR

Open Bellarmine-Head opened this issue 4 years ago • 2 comments
trafficstars

.tar.xz is an uncommon format on Windows machines. To extract a TAR on Windows, I usually install a program I don't want on my system - e.g. WinZip or File Viewer Plus - use it and then uninstall it. These programs are a pain in that they hijack all my file associations, change their icons, they put up nag screens all the time etc.

(I have just found a tar.exe file on my system, but this isn't something most Windows users know about. The common format for this type of thing on Windows is .zip, and Zip support is integrated deeply and is very easy to use.)

Please package the ZLS release for Windows as a Zip, which is what Ziglang itself does, as you can see here:- https://ziglang.org/download/

Thanks.

Bellarmine-Head avatar Oct 24 '21 07:10 Bellarmine-Head

https://www.7-zip.org/ is a much more efficient and less invasive archiver for windows btw

nektro avatar Oct 24 '21 22:10 nektro

Just want to +1. While 7Zip worked for me, I had to do two extractions, one for xz, one for the tar, which is odd.

rayray avatar Nov 27 '21 20:11 rayray

the latest ZLS 0.11.0 release now ships .zip files for windows

Techatrix avatar Aug 16 '23 14:08 Techatrix