-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strip macOS-specific files from Windows .tar.gz release #2298
Comments
I don't understand. I download it, decompress it, cd into it, and
|
c.f.
|
This is on Windows 11 24H2 (26100.3037). Both extracting
gives the same results. |
Definitely archived.
|
Strange, thanks both |
|
The
d2-v...-windows-amd64.tar.gz
archive contains 1 macOS-specific file per actual file/directory.For a file/directory named
x
, the macOS-specific file is named._x
.These files should be stripped from the archive.
The text was updated successfully, but these errors were encountered: