|
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.10.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.10.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.3", |
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", |
|
62 | 61 | "app-builder-lib": "^22.14.10", |
63 | 62 | "asar": "^2.0.1", |
64 | 63 | "chokidar": "^3.5.2", |
65 | | - "electron": "^13.6.8", |
| 64 | + "electron": "^15.3.5", |
66 | 65 | "electron-builder": "22.11.4", |
67 | 66 | "electron-builder-squirrel-windows": "22.11.4", |
68 | 67 | "electron-devtools-installer": "^3.1.1", |
|
89 | 88 | "keytar": "^5.6.0" |
90 | 89 | }, |
91 | 90 | "build": { |
92 | | - "appId": "chat.schildi.desktop", |
| 91 | + "appId": "im.riot.app", |
93 | 92 | "files": [ |
94 | 93 | "package.json", |
95 | 94 | { |
|
107 | 106 | ], |
108 | 107 | "linux": { |
109 | 108 | "target": "deb", |
110 | | - "category": "Network;InstantMessaging;Chat;VideoConference", |
111 | | - "maintainer": "[email protected]", |
| 109 | + "category": "Network;InstantMessaging;Chat", |
| 110 | + "maintainer": "[email protected]", |
112 | 111 | "desktop": { |
113 | | - "StartupWMClass": "schildichat" |
| 112 | + "StartupWMClass": "element" |
114 | 113 | } |
115 | 114 | }, |
116 | 115 | "mac": { |
117 | 116 | "category": "public.app-category.social-networking", |
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 | | - ] |
| 117 | + "darkModeSupport": true |
132 | 118 | }, |
133 | 119 | "win": { |
134 | 120 | "target": { |
|
148 | 134 | "element" |
149 | 135 | ] |
150 | 136 | } |
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/" |
| 137 | + ] |
| 138 | + } |
181 | 139 | } |
0 commit comments