|
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.1", |
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": [], |
|
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" |
| 49 | + "request": "^2.88.2", |
| 50 | + "electron-osx-sign": "^0.5.0" |
50 | 51 | }, |
51 | 52 | "devDependencies": { |
52 | 53 | "@types/auto-launch": "^5.0.1", |
|
92 | 93 | "@types/node": "16.11.38" |
93 | 94 | }, |
94 | 95 | "build": { |
95 | | - "appId": "im.riot.app", |
| 96 | + "appId": "chat.schildi.desktop", |
96 | 97 | "asarUnpack": "**/*.node", |
97 | 98 | "files": [ |
98 | 99 | "package.json", |
|
111 | 112 | ], |
112 | 113 | "linux": { |
113 | 114 | "target": "deb", |
114 | | - "category": "Network;InstantMessaging;Chat", |
115 | | - "maintainer": "[email protected]", |
| 115 | + "category": "Network;InstantMessaging;Chat;VideoConference", |
| 116 | + "maintainer": "[email protected]", |
116 | 117 | "desktop": { |
117 | | - "StartupWMClass": "element" |
| 118 | + "StartupWMClass": "schildichat" |
118 | 119 | } |
119 | 120 | }, |
120 | 121 | "mac": { |
121 | 122 | "category": "public.app-category.social-networking", |
122 | | - "darkModeSupport": true |
| 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 | + ] |
123 | 137 | }, |
124 | 138 | "win": { |
125 | 139 | "target": [ |
|
142 | 156 | "schemes": [ |
143 | 157 | "element" |
144 | 158 | ] |
| 159 | + }, |
| 160 | + { |
| 161 | + "name": "schildichat", |
| 162 | + "schemes": [ |
| 163 | + "schildichat" |
| 164 | + ] |
145 | 165 | } |
146 | | - ] |
147 | | - } |
| 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/" |
148 | 195 | } |
0 commit comments