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
1 changed files with 5 additions and 1 deletions

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.