From 713845770ff439b59e5c346644760fff6cdb6823 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Fri, 21 Jul 2023 15:34:11 +0300 Subject: [PATCH] Try again to fix icons --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 547c1a5f9..1b21488ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kiwix-js-electron", "productName": "Kiwix JS Electron", - "version": "2.5.6", + "version": "2.5.6-E", "description": "Kiwix JS packaged for the Electron framework", "main": "main.cjs", "type": "module", @@ -78,7 +78,6 @@ }, { "target": "deb", - "icon": "../electron_icons/mac/icon.icns", "arch": [ "x64" ] @@ -92,6 +91,9 @@ ], "category": "Education" }, + "deb": { + "icon": "../electron_icons/mac/icon.icns" + }, "nsis": { "oneClick": "false", "allowElevation": "true",