|
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.1-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.1", |
| 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", |
|
93 | 92 | "@types/node": "16.11.38" |
94 | 93 | }, |
95 | 94 | "build": { |
96 | | - "appId": "chat.schildi.desktop", |
| 95 | + "appId": "im.riot.app", |
97 | 96 | "asarUnpack": "**/*.node", |
98 | 97 | "files": [ |
99 | 98 | "package.json", |
|
112 | 111 | ], |
113 | 112 | "linux": { |
114 | 113 | "target": "deb", |
115 | | - "category": "Network;InstantMessaging;Chat;VideoConference", |
116 | | - "maintainer": "[email protected]", |
| 114 | + "category": "Network;InstantMessaging;Chat", |
| 115 | + "maintainer": "[email protected]", |
117 | 116 | "desktop": { |
118 | | - "StartupWMClass": "schildichat" |
| 117 | + "StartupWMClass": "element" |
119 | 118 | } |
120 | 119 | }, |
121 | 120 | "mac": { |
122 | 121 | "category": "public.app-category.social-networking", |
123 | | - "darkModeSupport": true, |
124 | | - "extendInfo": { |
125 | | - "NSUserActivityTypes": [ |
126 | | - "org.matrix.room" |
127 | | - ], |
128 | | - "ITSAppUsesNonExemptEncryption": true |
129 | | - }, |
130 | | - "hardenedRuntime": true, |
131 | | - "entitlements": "build/entitlements.mac.plist", |
132 | | - "entitlementsInherit": "build/entitlements.mac.inherit.plist", |
133 | | - "asarUnpack": [ |
134 | | - ".hak/hakModules/keytar/build/Release/keytar.node", |
135 | | - ".hak/hakModules/matrix-seshat/native/index.node" |
136 | | - ] |
| 122 | + "darkModeSupport": true |
137 | 123 | }, |
138 | 124 | "win": { |
139 | 125 | "target": [ |
|
156 | 142 | "schemes": [ |
157 | 143 | "element" |
158 | 144 | ] |
159 | | - }, |
160 | | - { |
161 | | - "name": "schildichat", |
162 | | - "schemes": [ |
163 | | - "schildichat" |
164 | | - ] |
165 | 145 | } |
166 | | - ], |
167 | | - "deb": { |
168 | | - "depends": [ |
169 | | - "libgtk-3-0", |
170 | | - "libnotify4", |
171 | | - "libnss3", |
172 | | - "libxss1", |
173 | | - "libxtst6", |
174 | | - "xdg-utils", |
175 | | - "libatspi2.0-0", |
176 | | - "libuuid1", |
177 | | - "libsecret-1-0" |
178 | | - ], |
179 | | - "packageCategory": "net", |
180 | | - "priority": "extra" |
181 | | - }, |
182 | | - "dmg": { |
183 | | - "icon": "build/dmg.icns" |
184 | | - }, |
185 | | - "mas": { |
186 | | - "extendInfo": { |
187 | | - "LSMultipleInstancesProhibited": true |
188 | | - }, |
189 | | - "entitlements": "build/entitlements.mas.plist", |
190 | | - "provisioningProfile": "build/schildi_dev.provisionprofile", |
191 | | - "hardenedRuntime": false |
192 | | - } |
193 | | - }, |
194 | | - "homepage": "https://schildi.chat/" |
| 146 | + ] |
| 147 | + } |
195 | 148 | } |
0 commit comments