Skip to content

Commit

Permalink
v4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushman Chhabra committed Jun 17, 2023
1 parent fddf6fa commit 21e2e33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [4.2.3-beta.3] - 2023-06-19
## [4.2.4] - 2023-06-18

### Changed

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nw-builder",
"version": "4.2.3-beta.2",
"version": "4.2.4",
"description": "Build NW.js desktop applications for MacOS, Windows and Linux.",
"keywords": [
"NW.js",
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export function mode() {
};

it("should run", async () => {

await nwbuild({ ...nwOptions });

const options = new Options();
Expand All @@ -43,7 +42,8 @@ export function mode() {

const chromedriverPath = resolve(
nwOptions.cacheDir,
`nwjs${nwOptions.flavor === "sdk" ? "-sdk" : ""}-v${nwOptions.version
`nwjs${nwOptions.flavor === "sdk" ? "-sdk" : ""}-v${
nwOptions.version
}-${nwOptions.platform}-${nwOptions.arch}`,
`chromedriver${nwOptions.platform === "win" ? ".exe" : ""}`
);
Expand Down

0 comments on commit 21e2e33

Please sign in to comment.