From af97e8cc8195cca6e2b4894ad3b268f64cc252e8 Mon Sep 17 00:00:00 2001 From: qlrd Date: Thu, 11 Jan 2024 12:42:03 -0300 Subject: [PATCH] Fixed json definition of desktop entries --- electron-builder.json5 | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/electron-builder.json5 b/electron-builder.json5 index 2d7bd71e..c34cceea 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -25,27 +25,12 @@ "linux": { "category": "Utility", "icon": "public/icon.png", - "target": [ - { - "target": "AppImage" - }, - { - "target": "deb", - "desktop": { - "Icon": "/usr/share/icons/hicolor/0x0/apps/krux-installer.png", - "Keywords": "electron;krux;vite;vuetify;vue3;vue", - "Terminal": false - } - }, - { - "target": "rpm", - "desktop": { - "Icon": "/usr/share/icons/hicolor/0x0/apps/krux-installer.png", - "Keywords": "electron;krux;vite;vuetify;vue3;vue", - "Terminal": false - } - } - ] + "desktop": { + "Icon": "/usr/share/icons/hicolor/0x0/apps/krux-installer.png", + "Keywords": "electron;krux;vite;vuetify;vue3;vue", + "Terminal": false + }, + "target": ["AppImage", "deb", "rpm"] }, "win": { "icon": "public/icon.png",