You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Options:
37
37
-p, --platforms Platforms to build, comma-sperated, can be:
38
38
win32, win64, osx32, osx64, linux32, linux64 or
39
39
win, osx, linux [default: <Current OS>]
40
-
-v, --version The nw version, eg. 0.8.4 [default: "latest"]
40
+
-v, --version The nw version, eg. 0.64.1 [default: "latest"]
41
41
-r, --run Runs NW.js for the current platform [default: false]
42
42
-o, --buildDir The build folder [default: "./build"]
43
43
-f, --forceDownload Force download of NW.js [default: false]
@@ -84,7 +84,7 @@ nw.run().then(function () {
84
84
85
85
## API Reference
86
86
87
-
> Stay up to date using the [CHANGELOG](CHANGELOG.md).
87
+
> Stay up to date via the [Changelog](https://github.com/nwjs-community/nw-builder/blob/master/.github/CHANGELOG.md).
88
88
89
89
### Options
90
90
@@ -99,7 +99,7 @@ The path to your node webkit app. It supports [simple-glob](https://github.com/j
99
99
Type: `String`
100
100
Default value: `'latest'`
101
101
102
-
The version of NW.js you want to use. Per default it looks up the latest version. [Here is a list]([https://github.com/nwjs/nw.js/releases](https://github.com/nwjs/nw.js/tags) of all available releases.
102
+
The version of NW.js you want to use. Per default it looks up the latest version. [Here is a list](https://github.com/nwjs/nw.js/tags) of all available releases.
0 commit comments