mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 15:51:06 +00:00
Linked optional dependencies for generating icons
It was a bit unclear that we needed those dependencies, especially if just referring to the api docs and not the main readme.
This commit is contained in:
parent
9243f6689f
commit
d9b3887dd1
@ -132,9 +132,9 @@ The icon parameter should be a path to a `.png` file.
|
|||||||
|
|
||||||
##### Packaging for OSX
|
##### 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`
|
###### Manually Converting `.icns`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user