From 79c7767bb0f6f20e3620a1db06ccbb570f025354 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Thu, 10 Mar 2016 13:03:40 +0800 Subject: [PATCH] Add note about wine --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3500f6..db5ca61 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,13 @@ $ nativefier --name "Some Awesome App" "http://medium.com" ## Optional Dependencies -### `.png` Icon for OSX +### Icons for Windows Apps from non-Windows platforms -To support conversion of a `.png` into a `.icns` for a packaged OSX app icon (currently only supported on OSX), you need the following dependencies. +You need [Wine](https://www.winehq.org/) installed, make sure that `wine` is in your `$PATH`. + +### Icon Conversion for OSX + +To support conversion of a `.png` or `.ico` into a `.icns` for a packaged OSX app icon (currently only supported on OSX), you need the following dependencies. #### [iconutil](https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Optimizing/Optimizing.html)