Skip to content

Commit 0b9e6d3

Browse files
committed
Automatic package.json reversion
1 parent 059a96c commit 0b9e6d3

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.16-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.16",
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
"@aws-sdk/client-s3": "^3.213.0",
@@ -106,7 +105,7 @@
106105
"@types/node": "16.11.38"
107106
},
108107
"build": {
109-
"appId": "chat.schildi.desktop",
108+
"appId": "im.riot.app",
110109
"asarUnpack": "**/*.node",
111110
"files": [
112111
"package.json",
@@ -124,29 +123,19 @@
124123
"webapp.asar"
125124
],
126125
"linux": {
127-
"target": "deb",
128-
"category": "Network;InstantMessaging;Chat;VideoConference",
129-
"maintainer": "[email protected]",
126+
"target": [
127+
"tar.gz",
128+
"deb"
129+
],
130+
"category": "Network;InstantMessaging;Chat",
131+
"maintainer": "[email protected]",
130132
"desktop": {
131-
"StartupWMClass": "schildichat"
133+
"StartupWMClass": "element"
132134
}
133135
},
134136
"mac": {
135137
"category": "public.app-category.social-networking",
136-
"darkModeSupport": true,
137-
"extendInfo": {
138-
"NSUserActivityTypes": [
139-
"org.matrix.room"
140-
],
141-
"ITSAppUsesNonExemptEncryption": true
142-
},
143-
"hardenedRuntime": true,
144-
"entitlements": "build/entitlements.mac.plist",
145-
"entitlementsInherit": "build/entitlements.mac.inherit.plist",
146-
"asarUnpack": [
147-
".hak/hakModules/keytar/build/Release/keytar.node",
148-
".hak/hakModules/matrix-seshat/native/index.node"
149-
]
138+
"darkModeSupport": true
150139
},
151140
"win": {
152141
"target": [
@@ -165,40 +154,8 @@
165154
"schemes": [
166155
"element"
167156
]
168-
},
169-
{
170-
"name": "schildichat",
171-
"schemes": [
172-
"schildichat"
173-
]
174157
}
175-
],
176-
"deb": {
177-
"depends": [
178-
"libgtk-3-0",
179-
"libnotify4",
180-
"libnss3",
181-
"libxss1",
182-
"libxtst6",
183-
"xdg-utils",
184-
"libatspi2.0-0",
185-
"libuuid1",
186-
"libsecret-1-0"
187-
],
188-
"packageCategory": "net",
189-
"priority": "extra"
190-
},
191-
"dmg": {
192-
"icon": "build/dmg.icns"
193-
},
194-
"mas": {
195-
"extendInfo": {
196-
"LSMultipleInstancesProhibited": true
197-
},
198-
"entitlements": "build/entitlements.mas.plist",
199-
"provisioningProfile": "build/schildi_dev.provisionprofile",
200-
"hardenedRuntime": false
201-
}
158+
]
202159
},
203160
"jest": {
204161
"testEnvironment": "node",
@@ -208,6 +165,5 @@
208165
"setupFilesAfterEnv": [
209166
"expect-playwright"
210167
]
211-
},
212-
"homepage": "https://schildi.chat/"
168+
}
213169
}

0 commit comments

Comments
 (0)