Skip to content

Commit 9070c06

Browse files
committed
Automatic package.json reversion
1 parent 848b888 commit 9070c06

File tree

1 file changed

+14
-56
lines changed

1 file changed

+14
-56
lines changed

package.json

Lines changed: 14 additions & 56 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.9.9-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.9.9",
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",
@@ -88,7 +87,7 @@
8887
"keytar": "^5.6.0"
8988
},
9089
"build": {
91-
"appId": "chat.schildi.desktop",
90+
"appId": "im.riot.app",
9291
"files": [
9392
"package.json",
9493
{
@@ -106,28 +105,15 @@
106105
],
107106
"linux": {
108107
"target": "deb",
109-
"category": "Network;InstantMessaging;Chat;VideoConference",
110-
"maintainer": "[email protected]",
108+
"category": "Network;InstantMessaging;Chat",
109+
"maintainer": "[email protected]",
111110
"desktop": {
112-
"StartupWMClass": "schildichat"
111+
"StartupWMClass": "element"
113112
}
114113
},
115114
"mac": {
116115
"category": "public.app-category.social-networking",
117-
"darkModeSupport": true,
118-
"extendInfo": {
119-
"NSUserActivityTypes": [
120-
"org.matrix.room"
121-
],
122-
"ITSAppUsesNonExemptEncryption": true
123-
},
124-
"hardenedRuntime": true,
125-
"entitlements": "build/entitlements.mac.plist",
126-
"entitlementsInherit": "build/entitlements.mac.inherit.plist",
127-
"asarUnpack": [
128-
".hak/hakModules/keytar/build/Release/keytar.node",
129-
".hak/hakModules/matrix-seshat/native/index.node"
130-
]
116+
"darkModeSupport": true
131117
},
132118
"win": {
133119
"target": {
@@ -147,34 +133,6 @@
147133
"element"
148134
]
149135
}
150-
],
151-
"deb": {
152-
"depends": [
153-
"libgtk-3-0",
154-
"libnotify4",
155-
"libnss3",
156-
"libxss1",
157-
"libxtst6",
158-
"xdg-utils",
159-
"libatspi2.0-0",
160-
"libuuid1",
161-
"libsecret-1-0",
162-
"libsqlcipher0"
163-
],
164-
"packageCategory": "net",
165-
"priority": "extra"
166-
},
167-
"dmg": {
168-
"icon": "build/dmg.icns"
169-
},
170-
"mas": {
171-
"extendInfo": {
172-
"LSMultipleInstancesProhibited": true
173-
},
174-
"entitlements": "build/entitlements.mas.plist",
175-
"provisioningProfile": "build/schildi_dev.provisionprofile",
176-
"hardenedRuntime": false
177-
}
178-
},
179-
"homepage": "https://schildi.chat/"
136+
]
137+
}
180138
}

0 commit comments

Comments
 (0)