Skip to content

Commit 0b16388

Browse files
committed
Automatic package.json reversion
1 parent c1e5252 commit 0b16388

File tree

1 file changed

+14
-61
lines changed

1 file changed

+14
-61
lines changed

package.json

Lines changed: 14 additions & 61 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.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.10.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": [],
@@ -46,8 +46,7 @@
4646
"electron-window-state": "^5.0.3",
4747
"minimist": "^1.2.6",
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",
@@ -89,7 +88,7 @@
8988
"keytar": "^7.9.0"
9089
},
9190
"build": {
92-
"appId": "chat.schildi.desktop",
91+
"appId": "im.riot.app",
9392
"asarUnpack": "**/*.node",
9493
"files": [
9594
"package.json",
@@ -108,28 +107,15 @@
108107
],
109108
"linux": {
110109
"target": "deb",
111-
"category": "Network;InstantMessaging;Chat;VideoConference",
112-
"maintainer": "[email protected]",
110+
"category": "Network;InstantMessaging;Chat",
111+
"maintainer": "[email protected]",
113112
"desktop": {
114-
"StartupWMClass": "schildichat"
113+
"StartupWMClass": "element"
115114
}
116115
},
117116
"mac": {
118117
"category": "public.app-category.social-networking",
119-
"darkModeSupport": true,
120-
"extendInfo": {
121-
"NSUserActivityTypes": [
122-
"org.matrix.room"
123-
],
124-
"ITSAppUsesNonExemptEncryption": true
125-
},
126-
"hardenedRuntime": true,
127-
"entitlements": "build/entitlements.mac.plist",
128-
"entitlementsInherit": "build/entitlements.mac.inherit.plist",
129-
"asarUnpack": [
130-
".hak/hakModules/keytar/build/Release/keytar.node",
131-
".hak/hakModules/matrix-seshat/native/index.node"
132-
]
118+
"darkModeSupport": true
133119
},
134120
"win": {
135121
"target": {
@@ -148,40 +134,7 @@
148134
"schemes": [
149135
"element"
150136
]
151-
},
152-
{
153-
"name": "schildichat",
154-
"schemes": [
155-
"schildichat"
156-
]
157137
}
158-
],
159-
"deb": {
160-
"depends": [
161-
"libgtk-3-0",
162-
"libnotify4",
163-
"libnss3",
164-
"libxss1",
165-
"libxtst6",
166-
"xdg-utils",
167-
"libatspi2.0-0",
168-
"libuuid1",
169-
"libsecret-1-0"
170-
],
171-
"packageCategory": "net",
172-
"priority": "extra"
173-
},
174-
"dmg": {
175-
"icon": "build/dmg.icns"
176-
},
177-
"mas": {
178-
"extendInfo": {
179-
"LSMultipleInstancesProhibited": true
180-
},
181-
"entitlements": "build/entitlements.mas.plist",
182-
"provisioningProfile": "build/schildi_dev.provisionprofile",
183-
"hardenedRuntime": false
184-
}
185-
},
186-
"homepage": "https://schildi.chat/"
138+
]
139+
}
187140
}

0 commit comments

Comments
 (0)