Skip to content

Commit

Permalink
feat: add macos arm support (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra authored Feb 25, 2023
1 parent 3136569 commit de90708
Show file tree
Hide file tree
Showing 22 changed files with 2,147 additions and 2,173 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [4.1.0-beta.0] - 2023-02-25

## Added

- MacOS ARM support

## [4.1.0] - 2023-02-23

## Added
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Build [NW.js](https://github.com/nwjs/nw.js) applications for Mac, Windows and L
- [Usage](https://github.com/nwutils/nw-builder#usage)
- [Limitations](https://github.com/nwutils/nw-builder#limitations)
- [API Reference](https://nwutils.io/nw-builder/global#nwbuild)
- [Migration Guide](https://github.com/nwutils/nw-builder#migration)
- [Contributing](https://github.com/nwutils/nw-builder#contributing)
- [License](https://github.com/nwutils/nw-builder#license)

Expand Down Expand Up @@ -112,7 +113,9 @@ For more options, check out the [API reference](https://nwutils.io/nw-builder/gl

- #716 File permissions are incorrectly set for Linux or MacOS apps built on Windows platform.

## Migration to v4
## Migration

Migrate from v3 to v4

### Update `nw-builder`

Expand Down
Loading

0 comments on commit de90708

Please sign in to comment.