From 9d6218417f55f1cf71c2525ba466f5814047b23d Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Thu, 14 Dec 2017 19:22:19 +0100 Subject: [PATCH] Add missing icon taskbar/window This adds the icon to the taskbar and window, at least it works in windows 10. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 55e9d9b0..0ad1e25b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "gulp": "gulp" }, "window": { - "show": false + "show": false, + "icon": "images/bf_icon_128.png" }, "repository": { "type": "git",