From 3df543212708dfb258e949e5bbe39cdb8c8575f7 Mon Sep 17 00:00:00 2001 From: litruv Date: Sat, 21 Feb 2026 17:58:50 +1100 Subject: [PATCH] fix: use desktop.entry for electron-builder 26.x --- electron-builder.json5 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/electron-builder.json5 b/electron-builder.json5 index e0fd110..d3ebadd 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -48,12 +48,14 @@ "category": "Network;InstantMessaging", "icon": "icons/icon.png", "desktop": { - "Name": "Paarrot", - "GenericName": "Matrix Client", - "Comment": "A Matrix client built with Cinny", - "Categories": "Network;InstantMessaging;", - "Keywords": "matrix;chat;messaging;", - "StartupWMClass": "paarrot" + "entry": { + "Name": "Paarrot", + "GenericName": "Matrix Client", + "Comment": "A Matrix client built with Cinny", + "Categories": "Network;InstantMessaging;", + "Keywords": "matrix;chat;messaging;", + "StartupWMClass": "paarrot" + } } }, "appImage": {