From 30640c6de4844076f812cb5ffa631442e005786c Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Mon, 2 Apr 2018 21:51:24 +0900 Subject: [PATCH] Workaround for Linux icon --- electron-builder.json | 2 +- resources/{ => linux}/icon.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/{ => linux}/icon.png (100%) diff --git a/electron-builder.json b/electron-builder.json index 68977551..fe6be03d 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -36,7 +36,7 @@ }, { "from": "resources", - "filter": "icon.png" + "filter": "linux/icon.png" }, { "from": "resources/linux", diff --git a/resources/icon.png b/resources/linux/icon.png similarity index 100% rename from resources/icon.png rename to resources/linux/icon.png