fix: use desktop.entry for electron-builder 26.x
Some checks failed
Build / increment-version (push) Successful in 7s
Build / build-linux (push) Failing after 1m39s
Build / build-windows (push) Failing after 3m21s
Build / create-release (push) Has been skipped

This commit is contained in:
litruv
2026-02-21 17:58:50 +11:00
parent 1e455a00f2
commit 3df5432127

View File

@@ -48,6 +48,7 @@
"category": "Network;InstantMessaging",
"icon": "icons/icon.png",
"desktop": {
"entry": {
"Name": "Paarrot",
"GenericName": "Matrix Client",
"Comment": "A Matrix client built with Cinny",
@@ -55,6 +56,7 @@
"Keywords": "matrix;chat;messaging;",
"StartupWMClass": "paarrot"
}
}
},
"appImage": {
"license": "AGPL-3.0",