From 91af273af1e8e8df8cbe455f6cce03292553ae77 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sun, 11 Jul 2021 12:02:46 +0200 Subject: [PATCH] Fix icon path --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3931cfc..44f1825 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ ], "linux": { "target": "AppImage", - "icon": "resources/images/logo.png", + "icon": "frontend/images/logo.png", "category": "Utility", "executableName": "tabs", "desktop": { @@ -80,13 +80,13 @@ }, "win": { "target": "nsis", - "icon": "resources/images/logo.png", + "icon": "frontend/images/logo.png", "publisherName": "Alice Gaudon", "verifyUpdateCodeSignature": "false" }, "mac": { "target": "default", - "icon": "resources/images/logo.png", + "icon": "frontend/images/logo.png", "category": "public.app-category.utilities" }, "electronVersion": "13.0.0"