|
1 | 1 | { |
2 | | - "name": "element-desktop", |
3 | | - "productName": "Element", |
| 2 | + "name": "schildichat-desktop", |
| 3 | + "productName": "SchildiChat", |
4 | 4 | "main": "lib/electron-main.js", |
5 | 5 | "version": "1.11.17", |
6 | | - "description": "A feature-rich client for Matrix.org", |
7 | | - "author": "Element", |
| 6 | + "description": "A Matrix Client based on Element with a more traditional instant messaging experience", |
| 7 | + "author": "SchildiChat", |
8 | 8 | "repository": { |
9 | 9 | "type": "git", |
10 | | - "url": "https://github.com/vector-im/element-desktop" |
| 10 | + "url": "https://github.com/SchildiChat/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" |
| 50 | + "png-to-ico": "^2.1.1", |
| 51 | + "electron-osx-sign": "^0.5.0" |
51 | 52 | }, |
52 | 53 | "devDependencies": { |
53 | 54 | "@aws-sdk/client-s3": "^3.213.0", |
|
106 | 107 | "@types/node": "16.18.4" |
107 | 108 | }, |
108 | 109 | "build": { |
109 | | - "appId": "im.riot.app", |
| 110 | + "appId": "chat.schildi.desktop", |
110 | 111 | "asarUnpack": "**/*.node", |
111 | 112 | "files": [ |
112 | 113 | "package.json", |
|
124 | 125 | "webapp.asar" |
125 | 126 | ], |
126 | 127 | "linux": { |
127 | | - "target": [ |
128 | | - "tar.gz", |
129 | | - "deb" |
130 | | - ], |
131 | | - "category": "Network;InstantMessaging;Chat", |
132 | | - "maintainer": "[email protected]", |
| 128 | + "target": "deb", |
| 129 | + "category": "Network;InstantMessaging;Chat;VideoConference", |
| 130 | + "maintainer": "[email protected]", |
133 | 131 | "desktop": { |
134 | | - "StartupWMClass": "element" |
| 132 | + "StartupWMClass": "schildichat" |
135 | 133 | } |
136 | 134 | }, |
137 | 135 | "mac": { |
138 | 136 | "category": "public.app-category.social-networking", |
139 | | - "darkModeSupport": true |
| 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 | + ] |
140 | 151 | }, |
141 | 152 | "win": { |
142 | 153 | "target": [ |
|
155 | 166 | "schemes": [ |
156 | 167 | "element" |
157 | 168 | ] |
| 169 | + }, |
| 170 | + { |
| 171 | + "name": "schildichat", |
| 172 | + "schemes": [ |
| 173 | + "schildichat" |
| 174 | + ] |
158 | 175 | } |
159 | | - ] |
| 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 | + } |
160 | 203 | }, |
161 | 204 | "jest": { |
162 | 205 | "testEnvironment": "node", |
|
166 | 209 | "setupFilesAfterEnv": [ |
167 | 210 | "expect-playwright" |
168 | 211 | ] |
169 | | - } |
| 212 | + }, |
| 213 | + "homepage": "https://schildi.chat/" |
170 | 214 | } |
0 commit comments