Skip to content

Commit

Permalink
Fix #5883: [docs] package.nw -> app.nw for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Apr 28, 2017
1 parent adbbbda commit 1ca1b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/For Users/Package and Distribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ It's the recommended way to pack your app.

### Package Option 2. Zip File

You can package all the files into a zip file and rename it as `package.nw`. And put it along with NW.js binaries for Windows and Linux. For Mac, put `package.nw` in `nwjs.app/Contents/Resources/`.
You can package all the files into a zip file and rename it as `package.nw`. And put it along with NW.js binaries for Windows and Linux. For Mac, name it `app.nw` and put it in `nwjs.app/Contents/Resources/`.

!!! warning "Start Slow with Big Package or Too Many Files"
At starting time, NW.js will unzip the package into temp folder and load it from there. So it will start slower if your package is big or contains too many files.
Expand Down

0 comments on commit 1ca1b67

Please sign in to comment.