mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
Minor updates
This commit is contained in:
13
package.json
13
package.json
@@ -4,7 +4,13 @@
|
||||
"version": "0.0.1",
|
||||
"description": "Zulip Desktop App",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/akashnimare/zulip-desktop",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/akashnimare/zulip-desktop.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/akashnimare/zulip-desktop/issues"
|
||||
},
|
||||
"author": {
|
||||
"name": "Akash Nimare",
|
||||
"email": "svnitakash@gmail.com",
|
||||
@@ -16,6 +22,11 @@
|
||||
"start": "electron .",
|
||||
"build": "electron-packager . --out=dist --app-version=$npm_package_version --prune --asar --overwrite --all"
|
||||
},
|
||||
"linuxPackageInfo": {
|
||||
"categories": "Chat;GTK;InstantMessaging;GNOME",
|
||||
"genericName": "Zulip Desktop Client for Linux",
|
||||
"section": "misc"
|
||||
},
|
||||
"keywords": [
|
||||
"Zulip",
|
||||
"Group Chat app",
|
||||
|
Reference in New Issue
Block a user