Merge branch 'patch-1' of https://github.com/vrunjeti/nativefier into vrunjeti-patch-1

This commit is contained in:
Goh Jia Hao 2016-10-09 14:18:37 +08:00
commit 0410f5ddfa
1 changed files with 2 additions and 2 deletions

View File

@ -133,9 +133,9 @@ The icon parameter should be a path to a `.png` file.
##### Packaging for OSX
The icon parameter can either be a `.icns` or a `.png` file if the optional dependencies listed are installed.
The icon parameter can either be a `.icns` or a `.png` file if the [optional dependencies](https://github.com/jiahaog/nativefier#optional-dependencies) are installed.
With `iconutil`, Imagemagick `convert` and `identify` optional dependencies in your `PATH`, Nativefier will automatically convert the `.png` to a `.icns` for you.
If you have the optional dependencies `iconutil`, Imagemagick `convert`, and Imagemagick `identify` in your `PATH`, Nativefier will automatically convert the `.png` to a `.icns` for you.
###### Manually Converting `.icns`