Skip to content

Commit

Permalink
Update Mac package docs to rename nwjs binary
Browse files Browse the repository at this point in the history
If we're going to update the Helper app binary, why not the main app binary?

This relates to #4293
  • Loading branch information
kierans authored and rogerwang committed Jan 10, 2019
1 parent d0c7e62 commit 84be95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/For Users/Package and Distribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ On Mac OS X, you need to modify following files to have your own icon and bundle
* `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.

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

0 comments on commit 84be95d

Please sign in to comment.