From d10c28443662157db13c2890cfa48fba88cf4757 Mon Sep 17 00:00:00 2001 From: epicabsol Date: Fri, 5 Aug 2016 19:06:49 -0700 Subject: [PATCH] Correct desktop window icon filename I found the logo at dest/prod/logo.png, while there was no dest/logo.png. Fixes juliandescottes/piskel#515 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8843393..db59a3a1 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "window": { "title": "Piskel", - "icon": "dest/logo.png", + "icon": "dest/prod/logo.png", "toolbar": false, "width": 1000, "height": 500