Skip to content

Commit 22286e6

Browse files
committed
Automatic package.json reversion
1 parent 3eb357e commit 22286e6

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.17-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.11.17",
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
"node-fetch": "^2",
50-
"png-to-ico": "^2.1.1",
51-
"electron-osx-sign": "^0.5.0"
50+
"png-to-ico": "^2.1.1"
5251
},
5352
"devDependencies": {
5453
"@aws-sdk/client-s3": "^3.213.0",
@@ -107,7 +106,7 @@
107106
"@types/node": "16.18.4"
108107
},
109108
"build": {
110-
"appId": "chat.schildi.desktop",
109+
"appId": "im.riot.app",
111110
"asarUnpack": "**/*.node",
112111
"files": [
113112
"package.json",
@@ -125,29 +124,19 @@
125124
"webapp.asar"
126125
],
127126
"linux": {
128-
"target": "deb",
129-
"category": "Network;InstantMessaging;Chat;VideoConference",
130-
"maintainer": "[email protected]",
127+
"target": [
128+
"tar.gz",
129+
"deb"
130+
],
131+
"category": "Network;InstantMessaging;Chat",
132+
"maintainer": "[email protected]",
131133
"desktop": {
132-
"StartupWMClass": "schildichat"
134+
"StartupWMClass": "element"
133135
}
134136
},
135137
"mac": {
136138
"category": "public.app-category.social-networking",
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-
]
139+
"darkModeSupport": true
151140
},
152141
"win": {
153142
"target": [
@@ -166,40 +155,8 @@
166155
"schemes": [
167156
"element"
168157
]
169-
},
170-
{
171-
"name": "schildichat",
172-
"schemes": [
173-
"schildichat"
174-
]
175158
}
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-
}
159+
]
203160
},
204161
"jest": {
205162
"testEnvironment": "node",
@@ -209,6 +166,5 @@
209166
"setupFilesAfterEnv": [
210167
"expect-playwright"
211168
]
212-
},
213-
"homepage": "https://schildi.chat/"
169+
}
214170
}

0 commit comments

Comments
 (0)