Skip to content

Commit e691d82

Browse files
committed
Automatic package.json reversion
1 parent 18ca7d7 commit e691d82

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.11.0-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.0",
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",
@@ -90,7 +89,7 @@
9089
"keytar": "^7.9.0"
9190
},
9291
"build": {
93-
"appId": "chat.schildi.desktop",
92+
"appId": "im.riot.app",
9493
"asarUnpack": "**/*.node",
9594
"files": [
9695
"package.json",
@@ -109,28 +108,15 @@
109108
],
110109
"linux": {
111110
"target": "deb",
112-
"category": "Network;InstantMessaging;Chat;VideoConference",
113-
"maintainer": "[email protected]",
111+
"category": "Network;InstantMessaging;Chat",
112+
"maintainer": "[email protected]",
114113
"desktop": {
115-
"StartupWMClass": "schildichat"
114+
"StartupWMClass": "element"
116115
}
117116
},
118117
"mac": {
119118
"category": "public.app-category.social-networking",
120-
"darkModeSupport": true,
121-
"extendInfo": {
122-
"NSUserActivityTypes": [
123-
"org.matrix.room"
124-
],
125-
"ITSAppUsesNonExemptEncryption": true
126-
},
127-
"hardenedRuntime": true,
128-
"entitlements": "build/entitlements.mac.plist",
129-
"entitlementsInherit": "build/entitlements.mac.inherit.plist",
130-
"asarUnpack": [
131-
".hak/hakModules/keytar/build/Release/keytar.node",
132-
".hak/hakModules/matrix-seshat/native/index.node"
133-
]
119+
"darkModeSupport": true
134120
},
135121
"win": {
136122
"target": {
@@ -149,40 +135,7 @@
149135
"schemes": [
150136
"element"
151137
]
152-
},
153-
{
154-
"name": "schildichat",
155-
"schemes": [
156-
"schildichat"
157-
]
158138
}
159-
],
160-
"deb": {
161-
"depends": [
162-
"libgtk-3-0",
163-
"libnotify4",
164-
"libnss3",
165-
"libxss1",
166-
"libxtst6",
167-
"xdg-utils",
168-
"libatspi2.0-0",
169-
"libuuid1",
170-
"libsecret-1-0"
171-
],
172-
"packageCategory": "net",
173-
"priority": "extra"
174-
},
175-
"dmg": {
176-
"icon": "build/dmg.icns"
177-
},
178-
"mas": {
179-
"extendInfo": {
180-
"LSMultipleInstancesProhibited": true
181-
},
182-
"entitlements": "build/entitlements.mas.plist",
183-
"provisioningProfile": "build/schildi_dev.provisionprofile",
184-
"hardenedRuntime": false
185-
}
186-
},
187-
"homepage": "https://schildi.chat/"
139+
]
140+
}
188141
}

0 commit comments

Comments
 (0)