From d9b3887dd11fb4cf9ca4e53884319fde34073570 Mon Sep 17 00:00:00 2001 From: Varun Munjeti Date: Mon, 12 Sep 2016 14:52:13 +0800 Subject: [PATCH] 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. --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index a7d6c5a..409dd58 100644 --- a/docs/api.md +++ b/docs/api.md @@ -132,9 +132,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`