From 091750bcf2e711b15a24fbca31fb5935eb8b7263 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Mon, 15 Jun 2020 15:58:04 +0200 Subject: [PATCH] Fix missing app icon --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3ae662e..22f6661 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ ], "linux": { "target": "AppImage", - "icon": "resources/logo.png", + "icon": "resources/images/logo.png", "category": "Utility", "executableName": "tabs", "desktop": { @@ -76,7 +76,7 @@ }, "win": { "target": "nsis", - "icon": "resources/logo.png", + "icon": "resources/images/logo.png", "publisherName": "Alice Gaudon", "verifyUpdateCodeSignature": "false", "publish": [ @@ -89,7 +89,7 @@ }, "mac": { "target": "default", - "icon": "resources/logo.png", + "icon": "resources/images/logo.png", "category": "public.app-category.utilities", "publish": [ {