Skip to content

Commit fa707dd

Browse files
committed
Automatic package.json adjustment
1 parent 334ef13 commit fa707dd

File tree

1 file changed

+55
-13
lines changed

1 file changed

+55
-13
lines changed

package.json

Lines changed: 55 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "element-desktop",
3-
"productName": "Element",
2+
"name": "schildichat-desktop",
3+
"productName": "SchildiChat",
44
"main": "lib/electron-main.js",
55
"version": "1.10.1",
6-
"description": "A feature-rich client for Matrix.org",
7-
"author": "Element",
6+
"description": "A Matrix Client based on Element with a more traditional instant messaging experience",
7+
"author": "SchildiChat",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/vector-im/element-desktop"
10+
"url": "https://github.com/SchildiChat/element-desktop"
1111
},
1212
"license": "Apache-2.0",
1313
"files": [],
@@ -46,7 +46,8 @@
4646
"electron-window-state": "^5.0.3",
4747
"minimist": "^1.2.3",
4848
"png-to-ico": "^2.1.1",
49-
"request": "^2.88.2"
49+
"request": "^2.88.2",
50+
"electron-osx-sign": "^0.5.0"
5051
},
5152
"devDependencies": {
5253
"@types/auto-launch": "^5.0.1",
@@ -88,7 +89,7 @@
8889
"keytar": "^5.6.0"
8990
},
9091
"build": {
91-
"appId": "im.riot.app",
92+
"appId": "chat.schildi.desktop",
9293
"files": [
9394
"package.json",
9495
{
@@ -106,15 +107,28 @@
106107
],
107108
"linux": {
108109
"target": "deb",
109-
"category": "Network;InstantMessaging;Chat",
110-
"maintainer": "[email protected]",
110+
"category": "Network;InstantMessaging;Chat;VideoConference",
111+
"maintainer": "[email protected]",
111112
"desktop": {
112-
"StartupWMClass": "element"
113+
"StartupWMClass": "schildichat"
113114
}
114115
},
115116
"mac": {
116117
"category": "public.app-category.social-networking",
117-
"darkModeSupport": true
118+
"darkModeSupport": true,
119+
"extendInfo": {
120+
"NSUserActivityTypes": [
121+
"org.matrix.room"
122+
],
123+
"ITSAppUsesNonExemptEncryption": true
124+
},
125+
"hardenedRuntime": true,
126+
"entitlements": "build/entitlements.mac.plist",
127+
"entitlementsInherit": "build/entitlements.mac.inherit.plist",
128+
"asarUnpack": [
129+
".hak/hakModules/keytar/build/Release/keytar.node",
130+
".hak/hakModules/matrix-seshat/native/index.node"
131+
]
118132
},
119133
"win": {
120134
"target": {
@@ -134,6 +148,34 @@
134148
"element"
135149
]
136150
}
137-
]
138-
}
151+
],
152+
"deb": {
153+
"depends": [
154+
"libgtk-3-0",
155+
"libnotify4",
156+
"libnss3",
157+
"libxss1",
158+
"libxtst6",
159+
"xdg-utils",
160+
"libatspi2.0-0",
161+
"libuuid1",
162+
"libsecret-1-0",
163+
"libsqlcipher0"
164+
],
165+
"packageCategory": "net",
166+
"priority": "extra"
167+
},
168+
"dmg": {
169+
"icon": "build/dmg.icns"
170+
},
171+
"mas": {
172+
"extendInfo": {
173+
"LSMultipleInstancesProhibited": true
174+
},
175+
"entitlements": "build/entitlements.mas.plist",
176+
"provisioningProfile": "build/schildi_dev.provisionprofile",
177+
"hardenedRuntime": false
178+
}
179+
},
180+
"homepage": "https://schildi.chat/"
139181
}

0 commit comments

Comments
 (0)