Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use
.zip
in archive path (#119)
* fix: Use `.zip` in archive path Fixes #118 Ensures that downloads of the Dart SDK zip file carry the `.zip` extension so that subsequent calls to `Expand-Archive` on Windows succeed. ## Notes - The diff of `index.mjs` is quite large. I believe this is due to the version of Node I'm using (`20.7.0`). Happy to use a different version to keep the diff small, but wasn't sure which one is currently used. This could be noted in `package.json` to ensure alignment with external contributions. * Update link * Update changelog * Reformat and sign w/ Dart 3.4.1
- Loading branch information