Skip to content

Commit 1ca1b67

Browse files
committed
Fix nwjs#5883: [docs] package.nw -> app.nw for macOS
1 parent adbbbda commit 1ca1b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/For Users/Package and Distribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ It's the recommended way to pack your app.
5555

5656
### Package Option 2. Zip File
5757

58-
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/`.
58+
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/`.
5959

6060
!!! warning "Start Slow with Big Package or Too Many Files"
6161
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.

0 commit comments

Comments
 (0)