Add note about `.png` to `.icns` conversion only supported on OSX

This commit is contained in:
Jia Hao 2016-01-29 22:09:33 +08:00
parent 421838d986
commit a9ccaa5c10
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ $ npm install nativefier -g
#### `.png` to `.icns` Conversion
To support usage of a `.png` for a packaged OSX app icon, you need the following dependencies.
To support usage of a `.png` for a packaged OSX app icon (currently only supported on OSX), you need the following dependencies.
##### [sips](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/sips.1.html)
Automatically ships with OSX