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

Update docs about icon requirements on Windows (#663)

On Windows, the supplied icon needs to be in .ico format
This commit is contained in:
André Werlang 2018-08-22 17:18:46 -03:00 committed by Ronan Jouchet
parent 27ea3fc4a3
commit ad2f47df9c

View File

@ -164,7 +164,11 @@ Specifies if the source code within the nativefied app should be packaged into a
-i, --icon <path>
```
##### Packaging for Windows and Linux
##### Packaging for Windows
The icon parameter should be a path to a `.ico` file.
##### Packaging for Linux
The icon parameter should be a path to a `.png` file.