|
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.16-sc.0.test.1", |
6 | | - "description": "A Matrix Client based on Element with a more traditional instant messaging experience", |
7 | | - "author": "SchildiChat", |
| 5 | + "version": "1.11.16", |
| 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": [], |
|
47 | 47 | "electron-window-state": "^5.0.3", |
48 | 48 | "minimist": "^1.2.6", |
49 | 49 | "png-to-ico": "^2.1.1", |
50 | | - "request": "^2.88.2", |
51 | | - "electron-osx-sign": "^0.5.0" |
| 50 | + "request": "^2.88.2" |
52 | 51 | }, |
53 | 52 | "devDependencies": { |
54 | 53 | "@aws-sdk/client-s3": "^3.213.0", |
|
106 | 105 | "@types/node": "16.11.38" |
107 | 106 | }, |
108 | 107 | "build": { |
109 | | - "appId": "chat.schildi.desktop", |
| 108 | + "appId": "im.riot.app", |
110 | 109 | "asarUnpack": "**/*.node", |
111 | 110 | "files": [ |
112 | 111 | "package.json", |
|
124 | 123 | "webapp.asar" |
125 | 124 | ], |
126 | 125 | "linux": { |
127 | | - "target": "deb", |
128 | | - "category": "Network;InstantMessaging;Chat;VideoConference", |
129 | | - "maintainer": "[email protected]", |
| 126 | + "target": [ |
| 127 | + "tar.gz", |
| 128 | + "deb" |
| 129 | + ], |
| 130 | + "category": "Network;InstantMessaging;Chat", |
| 131 | + "maintainer": "[email protected]", |
130 | 132 | "desktop": { |
131 | | - "StartupWMClass": "schildichat" |
| 133 | + "StartupWMClass": "element" |
132 | 134 | } |
133 | 135 | }, |
134 | 136 | "mac": { |
135 | 137 | "category": "public.app-category.social-networking", |
136 | | - "darkModeSupport": true, |
137 | | - "extendInfo": { |
138 | | - "NSUserActivityTypes": [ |
139 | | - "org.matrix.room" |
140 | | - ], |
141 | | - "ITSAppUsesNonExemptEncryption": true |
142 | | - }, |
143 | | - "hardenedRuntime": true, |
144 | | - "entitlements": "build/entitlements.mac.plist", |
145 | | - "entitlementsInherit": "build/entitlements.mac.inherit.plist", |
146 | | - "asarUnpack": [ |
147 | | - ".hak/hakModules/keytar/build/Release/keytar.node", |
148 | | - ".hak/hakModules/matrix-seshat/native/index.node" |
149 | | - ] |
| 138 | + "darkModeSupport": true |
150 | 139 | }, |
151 | 140 | "win": { |
152 | 141 | "target": [ |
|
165 | 154 | "schemes": [ |
166 | 155 | "element" |
167 | 156 | ] |
168 | | - }, |
169 | | - { |
170 | | - "name": "schildichat", |
171 | | - "schemes": [ |
172 | | - "schildichat" |
173 | | - ] |
174 | 157 | } |
175 | | - ], |
176 | | - "deb": { |
177 | | - "depends": [ |
178 | | - "libgtk-3-0", |
179 | | - "libnotify4", |
180 | | - "libnss3", |
181 | | - "libxss1", |
182 | | - "libxtst6", |
183 | | - "xdg-utils", |
184 | | - "libatspi2.0-0", |
185 | | - "libuuid1", |
186 | | - "libsecret-1-0" |
187 | | - ], |
188 | | - "packageCategory": "net", |
189 | | - "priority": "extra" |
190 | | - }, |
191 | | - "dmg": { |
192 | | - "icon": "build/dmg.icns" |
193 | | - }, |
194 | | - "mas": { |
195 | | - "extendInfo": { |
196 | | - "LSMultipleInstancesProhibited": true |
197 | | - }, |
198 | | - "entitlements": "build/entitlements.mas.plist", |
199 | | - "provisioningProfile": "build/schildi_dev.provisionprofile", |
200 | | - "hardenedRuntime": false |
201 | | - } |
| 158 | + ] |
202 | 159 | }, |
203 | 160 | "jest": { |
204 | 161 | "testEnvironment": "node", |
|
208 | 165 | "setupFilesAfterEnv": [ |
209 | 166 | "expect-playwright" |
210 | 167 | ] |
211 | | - }, |
212 | | - "homepage": "https://schildi.chat/" |
| 168 | + } |
213 | 169 | } |
0 commit comments