Skip to content

Commit 22ec682

Browse files
committed
Automatic package.json reversion
1 parent f8ff35f commit 22ec682

File tree

1 file changed

+18
-62
lines changed

1 file changed

+18
-62
lines changed

package.json

Lines changed: 18 additions & 62 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.11.15-sc.0.test.2",
6-
"description": "A Matrix Client based on Element with a more traditional instant messaging experience",
7-
"author": "SchildiChat",
5+
"version": "1.11.15",
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": [],
@@ -47,8 +47,7 @@
4747
"electron-window-state": "^5.0.3",
4848
"minimist": "^1.2.6",
4949
"png-to-ico": "^2.1.1",
50-
"request": "^2.88.2",
51-
"electron-osx-sign": "^0.5.0"
50+
"request": "^2.88.2"
5251
},
5352
"devDependencies": {
5453
"@babel/core": "^7.18.10",
@@ -105,7 +104,7 @@
105104
"@types/node": "16.11.38"
106105
},
107106
"build": {
108-
"appId": "chat.schildi.desktop",
107+
"appId": "im.riot.app",
109108
"asarUnpack": "**/*.node",
110109
"files": [
111110
"package.json",
@@ -123,29 +122,19 @@
123122
"webapp.asar"
124123
],
125124
"linux": {
126-
"target": "deb",
127-
"category": "Network;InstantMessaging;Chat;VideoConference",
128-
"maintainer": "[email protected]",
125+
"target": [
126+
"tar.gz",
127+
"deb"
128+
],
129+
"category": "Network;InstantMessaging;Chat",
130+
"maintainer": "[email protected]",
129131
"desktop": {
130-
"StartupWMClass": "schildichat"
132+
"StartupWMClass": "element"
131133
}
132134
},
133135
"mac": {
134136
"category": "public.app-category.social-networking",
135-
"darkModeSupport": true,
136-
"extendInfo": {
137-
"NSUserActivityTypes": [
138-
"org.matrix.room"
139-
],
140-
"ITSAppUsesNonExemptEncryption": true
141-
},
142-
"hardenedRuntime": true,
143-
"entitlements": "build/entitlements.mac.plist",
144-
"entitlementsInherit": "build/entitlements.mac.inherit.plist",
145-
"asarUnpack": [
146-
".hak/hakModules/keytar/build/Release/keytar.node",
147-
".hak/hakModules/matrix-seshat/native/index.node"
148-
]
137+
"darkModeSupport": true
149138
},
150139
"win": {
151140
"target": [
@@ -164,40 +153,8 @@
164153
"schemes": [
165154
"element"
166155
]
167-
},
168-
{
169-
"name": "schildichat",
170-
"schemes": [
171-
"schildichat"
172-
]
173156
}
174-
],
175-
"deb": {
176-
"depends": [
177-
"libgtk-3-0",
178-
"libnotify4",
179-
"libnss3",
180-
"libxss1",
181-
"libxtst6",
182-
"xdg-utils",
183-
"libatspi2.0-0",
184-
"libuuid1",
185-
"libsecret-1-0"
186-
],
187-
"packageCategory": "net",
188-
"priority": "extra"
189-
},
190-
"dmg": {
191-
"icon": "build/dmg.icns"
192-
},
193-
"mas": {
194-
"extendInfo": {
195-
"LSMultipleInstancesProhibited": true
196-
},
197-
"entitlements": "build/entitlements.mas.plist",
198-
"provisioningProfile": "build/schildi_dev.provisionprofile",
199-
"hardenedRuntime": false
200-
}
157+
]
201158
},
202159
"jest": {
203160
"testEnvironment": "node",
@@ -207,6 +164,5 @@
207164
"setupFilesAfterEnv": [
208165
"expect-playwright"
209166
]
210-
},
211-
"homepage": "https://schildi.chat/"
167+
}
212168
}

0 commit comments

Comments
 (0)