Skip to content

Commit

Permalink
Automatic package.json reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Sep 1, 2022
1 parent 1b948be commit 7b3e8ef
Showing 1 changed file with 14 additions and 61 deletions.
75 changes: 14 additions & 61 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "schildichat-desktop",
"productName": "SchildiChat",
"name": "element-desktop",
"productName": "Element",
"main": "lib/electron-main.js",
"version": "1.11.3-sc.0.test.1",
"description": "A Matrix Client based on Element with a more traditional instant messaging experience",
"author": "SchildiChat",
"version": "1.11.3",
"description": "A feature-rich client for Matrix.org",
"author": "Element",
"repository": {
"type": "git",
"url": "https://github.com/SchildiChat/element-desktop"
"url": "https://github.com/vector-im/element-desktop"
},
"license": "Apache-2.0",
"files": [],
Expand Down Expand Up @@ -46,8 +46,7 @@
"electron-window-state": "^5.0.3",
"minimist": "^1.2.6",
"png-to-ico": "^2.1.1",
"request": "^2.88.2",
"electron-osx-sign": "^0.5.0"
"request": "^2.88.2"
},
"devDependencies": {
"@types/auto-launch": "^5.0.1",
Expand Down Expand Up @@ -93,7 +92,7 @@
"@types/node": "16.11.38"
},
"build": {
"appId": "chat.schildi.desktop",
"appId": "im.riot.app",
"asarUnpack": "**/*.node",
"files": [
"package.json",
Expand All @@ -112,28 +111,15 @@
],
"linux": {
"target": "deb",
"category": "Network;InstantMessaging;Chat;VideoConference",
"maintainer": "[email protected]",
"category": "Network;InstantMessaging;Chat",
"maintainer": "[email protected]",
"desktop": {
"StartupWMClass": "schildichat"
"StartupWMClass": "element"
}
},
"mac": {
"category": "public.app-category.social-networking",
"darkModeSupport": true,
"extendInfo": {
"NSUserActivityTypes": [
"org.matrix.room"
],
"ITSAppUsesNonExemptEncryption": true
},
"hardenedRuntime": true,
"entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.inherit.plist",
"asarUnpack": [
".hak/hakModules/keytar/build/Release/keytar.node",
".hak/hakModules/matrix-seshat/native/index.node"
]
"darkModeSupport": true
},
"win": {
"target": [
Expand All @@ -156,40 +142,7 @@
"schemes": [
"element"
]
},
{
"name": "schildichat",
"schemes": [
"schildichat"
]
}
],
"deb": {
"depends": [
"libgtk-3-0",
"libnotify4",
"libnss3",
"libxss1",
"libxtst6",
"xdg-utils",
"libatspi2.0-0",
"libuuid1",
"libsecret-1-0"
],
"packageCategory": "net",
"priority": "extra"
},
"dmg": {
"icon": "build/dmg.icns"
},
"mas": {
"extendInfo": {
"LSMultipleInstancesProhibited": true
},
"entitlements": "build/entitlements.mas.plist",
"provisioningProfile": "build/schildi_dev.provisionprofile",
"hardenedRuntime": false
}
},
"homepage": "https://schildi.chat/"
]
}
}

0 comments on commit 7b3e8ef

Please sign in to comment.