Skip to content

Commit

Permalink
fix: Use .zip in archive path
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dnys1 committed May 1, 2024
1 parent 40a7d12 commit ff3f5c4
Show file tree
Hide file tree
Showing 5 changed files with 873 additions and 1,522 deletions.
Loading

0 comments on commit ff3f5c4

Please sign in to comment.