|
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.10.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.3", |
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", |
|
88 | 89 | "keytar": "^5.6.0" |
89 | 90 | }, |
90 | 91 | "build": { |
91 | | - "appId": "im.riot.app", |
| 92 | + "appId": "chat.schildi.desktop", |
92 | 93 | "files": [ |
93 | 94 | "package.json", |
94 | 95 | { |
|
106 | 107 | ], |
107 | 108 | "linux": { |
108 | 109 | "target": "deb", |
109 | | - "category": "Network;InstantMessaging;Chat", |
110 | | - "maintainer": "[email protected]", |
| 110 | + "category": "Network;InstantMessaging;Chat;VideoConference", |
| 111 | + "maintainer": "[email protected]", |
111 | 112 | "desktop": { |
112 | | - "StartupWMClass": "element" |
| 113 | + "StartupWMClass": "schildichat" |
113 | 114 | } |
114 | 115 | }, |
115 | 116 | "mac": { |
116 | 117 | "category": "public.app-category.social-networking", |
117 | | - "darkModeSupport": true |
| 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 | + ] |
118 | 132 | }, |
119 | 133 | "win": { |
120 | 134 | "target": { |
|
134 | 148 | "element" |
135 | 149 | ] |
136 | 150 | } |
137 | | - ] |
138 | | - } |
| 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/" |
139 | 181 | } |
0 commit comments