2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-17 03:12:20 +00:00

Add note about wine

This commit is contained in:
Jia Hao 2016-03-10 13:03:40 +08:00
parent a576d4e217
commit 79c7767bb0

View File

@ -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)