We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tar
.tar.xz
1 parent c28ebfa commit 0897a78Copy full SHA for 0897a78
README.md
@@ -103,6 +103,11 @@ The following MSBuild properties will be injected into your project:
103
Simply run `./cake` (a [Bash](https://www.gnu.org/software/bash) script) to
104
build artifacts.
105
106
+Note that, on Windows, you must have a `tar` program capable of extracting
107
+`.tar.xz` archives. For example, `tar` from
108
+[Git for Windows](https://gitforwindows.org) or [MSYS2](https://www.msys2.org)
109
+will satisfy this requirement.
110
+
111
## License
112
113
This project is licensed under the terms found in
0 commit comments