From ad2f47df9c146d7391a01dc6cae79c9793ad6c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Werlang?= Date: Wed, 22 Aug 2018 17:18:46 -0300 Subject: [PATCH] Update docs about icon requirements on Windows (#663) On Windows, the supplied icon needs to be in .ico format --- docs/api.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index fead748..a4ee8de 100644 --- a/docs/api.md +++ b/docs/api.md @@ -164,7 +164,11 @@ Specifies if the source code within the nativefied app should be packaged into a -i, --icon ``` -##### 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.