|
1 | 1 | { |
2 | | - "name": "schildichat-desktop", |
3 | | - "productName": "SchildiChat", |
| 2 | + "name": "element-desktop", |
| 3 | + "productName": "Element", |
4 | 4 | "main": "lib/electron-main.js", |
5 | | - "version": "1.11.0-sc.0.test.2", |
6 | | - "description": "A Matrix Client based on Element with a more traditional instant messaging experience", |
7 | | - "author": "SchildiChat", |
| 5 | + "version": "1.11.0", |
| 6 | + "description": "A feature-rich client for Matrix.org", |
| 7 | + "author": "Element", |
8 | 8 | "repository": { |
9 | 9 | "type": "git", |
10 | | - "url": "https://github.com/SchildiChat/element-desktop" |
| 10 | + "url": "https://github.com/vector-im/element-desktop" |
11 | 11 | }, |
12 | 12 | "license": "Apache-2.0", |
13 | 13 | "files": [], |
|
46 | 46 | "electron-window-state": "^5.0.3", |
47 | 47 | "minimist": "^1.2.6", |
48 | 48 | "png-to-ico": "^2.1.1", |
49 | | - "request": "^2.88.2", |
50 | | - "electron-osx-sign": "^0.5.0" |
| 49 | + "request": "^2.88.2" |
51 | 50 | }, |
52 | 51 | "devDependencies": { |
53 | 52 | "@types/auto-launch": "^5.0.1", |
|
90 | 89 | "keytar": "^7.9.0" |
91 | 90 | }, |
92 | 91 | "build": { |
93 | | - "appId": "chat.schildi.desktop", |
| 92 | + "appId": "im.riot.app", |
94 | 93 | "asarUnpack": "**/*.node", |
95 | 94 | "files": [ |
96 | 95 | "package.json", |
|
109 | 108 | ], |
110 | 109 | "linux": { |
111 | 110 | "target": "deb", |
112 | | - "category": "Network;InstantMessaging;Chat;VideoConference", |
113 | | - "maintainer": "[email protected]", |
| 111 | + "category": "Network;InstantMessaging;Chat", |
| 112 | + "maintainer": "[email protected]", |
114 | 113 | "desktop": { |
115 | | - "StartupWMClass": "schildichat" |
| 114 | + "StartupWMClass": "element" |
116 | 115 | } |
117 | 116 | }, |
118 | 117 | "mac": { |
119 | 118 | "category": "public.app-category.social-networking", |
120 | | - "darkModeSupport": true, |
121 | | - "extendInfo": { |
122 | | - "NSUserActivityTypes": [ |
123 | | - "org.matrix.room" |
124 | | - ], |
125 | | - "ITSAppUsesNonExemptEncryption": true |
126 | | - }, |
127 | | - "hardenedRuntime": true, |
128 | | - "entitlements": "build/entitlements.mac.plist", |
129 | | - "entitlementsInherit": "build/entitlements.mac.inherit.plist", |
130 | | - "asarUnpack": [ |
131 | | - ".hak/hakModules/keytar/build/Release/keytar.node", |
132 | | - ".hak/hakModules/matrix-seshat/native/index.node" |
133 | | - ] |
| 119 | + "darkModeSupport": true |
134 | 120 | }, |
135 | 121 | "win": { |
136 | 122 | "target": { |
|
149 | 135 | "schemes": [ |
150 | 136 | "element" |
151 | 137 | ] |
152 | | - }, |
153 | | - { |
154 | | - "name": "schildichat", |
155 | | - "schemes": [ |
156 | | - "schildichat" |
157 | | - ] |
158 | 138 | } |
159 | | - ], |
160 | | - "deb": { |
161 | | - "depends": [ |
162 | | - "libgtk-3-0", |
163 | | - "libnotify4", |
164 | | - "libnss3", |
165 | | - "libxss1", |
166 | | - "libxtst6", |
167 | | - "xdg-utils", |
168 | | - "libatspi2.0-0", |
169 | | - "libuuid1", |
170 | | - "libsecret-1-0" |
171 | | - ], |
172 | | - "packageCategory": "net", |
173 | | - "priority": "extra" |
174 | | - }, |
175 | | - "dmg": { |
176 | | - "icon": "build/dmg.icns" |
177 | | - }, |
178 | | - "mas": { |
179 | | - "extendInfo": { |
180 | | - "LSMultipleInstancesProhibited": true |
181 | | - }, |
182 | | - "entitlements": "build/entitlements.mas.plist", |
183 | | - "provisioningProfile": "build/schildi_dev.provisionprofile", |
184 | | - "hardenedRuntime": false |
185 | | - } |
186 | | - }, |
187 | | - "homepage": "https://schildi.chat/" |
| 139 | + ] |
| 140 | + } |
188 | 141 | } |
0 commit comments