From 21894dbf3c9d0bfc57a5f447473468bf84678944 Mon Sep 17 00:00:00 2001 From: goosewobbler Date: Wed, 12 Oct 2022 21:47:10 +0100 Subject: [PATCH 1/2] specify icon file --- electron-builder.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index 0800a9f3a..bca6d16cc 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -25,7 +25,8 @@ }, "win": { "publisherName": "Frame Labs, Inc.", - "signAndEditExecutable": true + "signAndEditExecutable": true, + "icon": "build/icon/icon.png" }, "files": [ "compiled", From 250dff54a12c881a7ebef9191bb3477bf4c8836f Mon Sep 17 00:00:00 2001 From: goosewobbler Date: Wed, 12 Oct 2022 22:11:18 +0100 Subject: [PATCH 2/2] fix path --- electron-builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index bca6d16cc..0e206535d 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -26,7 +26,7 @@ "win": { "publisherName": "Frame Labs, Inc.", "signAndEditExecutable": true, - "icon": "build/icon/icon.png" + "icon": "build/icons/icon.png" }, "files": [ "compiled",