Skip to content

Commit

Permalink
fix(compressing): use yauzl-promise if platform and build is MacOS (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra authored Nov 3, 2023
1 parent e1a57c5 commit 7abc6c7
Show file tree
Hide file tree
Showing 9 changed files with 601 additions and 449 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install packages
uses: ConorMacBride/[email protected]
with:
brew: unzip gpatch
brew: gpatch
choco: patch
apt: patch
- name: Checkout repository
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [4.4.2-beta.4] - 2023-11-03

### Changed

- Use `yauzl-promise` to decompress MacOS build on MacOS platform.

### Removed

- Native package `unzip` usage.

## [4.4.2-beta.3] - 2023-10-23

### Added
Expand Down
Loading

0 comments on commit 7abc6c7

Please sign in to comment.