Skip to content

Commit 84be95d

Browse files
kieransrogerwang
authored andcommitted
Update Mac package docs to rename nwjs binary
If we're going to update the Helper app binary, why not the main app binary? This relates to nwjs#4293
1 parent d0c7e62 commit 84be95d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/For Users/Package and Distribute.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ On Mac OS X, you need to modify following files to have your own icon and bundle
9494
* `Contents/Info.plist`: the apple package description file. You can view [Implementing Cocoa's Standard About Panel](http://cocoadevcentral.com/articles/000071.php) on how this file will influence your app and what fields you should modify.
9595

9696
To rename the application, the following files should be modified:
97+
* `Contents/MacOS/nwjs` - rename the file to the value of `CFBundleDisplayName`
9798
* `Contents/Info.plist` - CFBundleDisplayName
9899
* `Contents/Resources/en.lproj/InfoPlist.strings` - CFBundleDisplayName
99100
* `package.json` -- add a string field `product_string` (e.g. foobar); the helper application will be shown as 'foobar Helper'. (since v0.24.4)

0 commit comments

Comments
 (0)