Skip to content

Commit dc07722

Browse files
committed
Automatic package.json reversion
1 parent bee4c24 commit dc07722

File tree

1 file changed

+15
-57
lines changed

1 file changed

+15
-57
lines changed

package.json

Lines changed: 15 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "schildichat-desktop",
3-
"productName": "SchildiChat",
2+
"name": "element-desktop",
3+
"productName": "Element",
44
"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",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/SchildiChat/element-desktop"
10+
"url": "https://github.com/vector-im/element-desktop"
1111
},
1212
"license": "Apache-2.0",
1313
"files": [],
@@ -46,8 +46,7 @@
4646
"electron-window-state": "^5.0.3",
4747
"minimist": "^1.2.3",
4848
"png-to-ico": "^2.1.1",
49-
"request": "^2.88.2",
50-
"electron-osx-sign": "^0.5.0"
49+
"request": "^2.88.2"
5150
},
5251
"devDependencies": {
5352
"@types/auto-launch": "^5.0.1",
@@ -62,7 +61,7 @@
6261
"app-builder-lib": "^22.14.10",
6362
"asar": "^2.0.1",
6463
"chokidar": "^3.5.2",
65-
"electron": "^13.6.8",
64+
"electron": "^15.3.5",
6665
"electron-builder": "22.11.4",
6766
"electron-builder-squirrel-windows": "22.11.4",
6867
"electron-devtools-installer": "^3.1.1",
@@ -89,7 +88,7 @@
8988
"keytar": "^5.6.0"
9089
},
9190
"build": {
92-
"appId": "chat.schildi.desktop",
91+
"appId": "im.riot.app",
9392
"files": [
9493
"package.json",
9594
{
@@ -107,28 +106,15 @@
107106
],
108107
"linux": {
109108
"target": "deb",
110-
"category": "Network;InstantMessaging;Chat;VideoConference",
111-
"maintainer": "[email protected]",
109+
"category": "Network;InstantMessaging;Chat",
110+
"maintainer": "[email protected]",
112111
"desktop": {
113-
"StartupWMClass": "schildichat"
112+
"StartupWMClass": "element"
114113
}
115114
},
116115
"mac": {
117116
"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
132118
},
133119
"win": {
134120
"target": {
@@ -148,34 +134,6 @@
148134
"element"
149135
]
150136
}
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+
}
181139
}

0 commit comments

Comments
 (0)