linux: Add .desktop file
This commit is contained in:
parent
e3f973ff68
commit
8b68eef9a7
1 changed files with 12 additions and 4 deletions
16
package.json
16
package.json
|
@ -27,6 +27,7 @@
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "dev.vencord.desktop",
|
"appId": "dev.vencord.desktop",
|
||||||
|
"productName": "Vencord Desktop",
|
||||||
"files": [
|
"files": [
|
||||||
"!*",
|
"!*",
|
||||||
"dist/js",
|
"dist/js",
|
||||||
|
@ -41,8 +42,16 @@
|
||||||
"deb",
|
"deb",
|
||||||
"tar.gz",
|
"tar.gz",
|
||||||
"rpm",
|
"rpm",
|
||||||
"AppImage"
|
"AppImage",
|
||||||
]
|
"pacman"
|
||||||
|
],
|
||||||
|
"desktop": {
|
||||||
|
"Name": "Vencord Desktop",
|
||||||
|
"GenericName": "Internet Messenger",
|
||||||
|
"Type": "Application",
|
||||||
|
"Categories": "Network;InstantMessaging;Chat;",
|
||||||
|
"Keywords": "discord;vencord;electron;chat;"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "Network"
|
"category": "Network"
|
||||||
|
@ -51,7 +60,6 @@
|
||||||
"allowToChangeInstallationDirectory": true,
|
"allowToChangeInstallationDirectory": true,
|
||||||
"include": "build/installer.nsh",
|
"include": "build/installer.nsh",
|
||||||
"oneClick": false
|
"oneClick": false
|
||||||
},
|
}
|
||||||
"productName": "Vencord Desktop"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue