You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar is installed by default on Windows 10 since early 2018. unzip is not installed by default. Instead, unzipping requires using PowerShell cmdlets or Windows Script Host shenanigans. Providing a .tar.gz release would allow custom installations to just curl and untar a Deno release. (Extracting .tar.xz doesn't work on Windows. Only .tar.gz is supported.)
Not sure about Mac and Linux, but I'd guess that tar is more common on those platforms than zip.
Note that I'm not saying that we should get rid of .zip releases. I'm suggesting to provide binary and .tar releases in addition to the .zip releases.
The text was updated successfully, but these errors were encountered:
ref: denoland/deno_install#130
ref: denoland/deno_install#153
tar
is installed by default on Windows 10 since early 2018.unzip
is not installed by default. Instead, unzipping requires using PowerShell cmdlets or Windows Script Host shenanigans. Providing a.tar.gz
release would allow custom installations to just curl and untar a Deno release. (Extracting.tar.xz
doesn't work on Windows. Only.tar.gz
is supported.)Not sure about Mac and Linux, but I'd guess that
tar
is more common on those platforms thanzip
.Note that I'm not saying that we should get rid of
.zip
releases. I'm suggesting to provide binary and.tar
releases in addition to the.zip
releases.The text was updated successfully, but these errors were encountered: