fix: use desktop.entry for electron-builder 26.x
This commit is contained in:
@@ -48,12 +48,14 @@
|
|||||||
"category": "Network;InstantMessaging",
|
"category": "Network;InstantMessaging",
|
||||||
"icon": "icons/icon.png",
|
"icon": "icons/icon.png",
|
||||||
"desktop": {
|
"desktop": {
|
||||||
"Name": "Paarrot",
|
"entry": {
|
||||||
"GenericName": "Matrix Client",
|
"Name": "Paarrot",
|
||||||
"Comment": "A Matrix client built with Cinny",
|
"GenericName": "Matrix Client",
|
||||||
"Categories": "Network;InstantMessaging;",
|
"Comment": "A Matrix client built with Cinny",
|
||||||
"Keywords": "matrix;chat;messaging;",
|
"Categories": "Network;InstantMessaging;",
|
||||||
"StartupWMClass": "paarrot"
|
"Keywords": "matrix;chat;messaging;",
|
||||||
|
"StartupWMClass": "paarrot"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appImage": {
|
"appImage": {
|
||||||
|
|||||||
Reference in New Issue
Block a user