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