From a9ccaa5c10d9d48d8ac756fa639119adbe2ff566 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Fri, 29 Jan 2016 22:09:33 +0800 Subject: [PATCH] Add note about `.png` to `.icns` conversion only supported on OSX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 559e0f5..72e7a58 100644 --- a/README.md +++ b/README.md @@ -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