mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-12 21:50:50 +02:00
Bootstrap schildi-lite
This commit is contained in:
71
overlay/element-desktop/package.json
Normal file
71
overlay/element-desktop/package.json
Normal file
@ -0,0 +1,71 @@
|
||||
{
|
||||
"name": "schildichat-desktop-lite",
|
||||
"productName": "SchildiChatLite",
|
||||
"description": "A Matrix Client based on Element with a more traditional instant messaging experience",
|
||||
"author": "SchildiChat",
|
||||
"repository": {
|
||||
"url": "https://github.com/SchildiChat/element-desktop"
|
||||
},
|
||||
"homepage": "https://schildi.chat/",
|
||||
"dependencies": {
|
||||
"electron-osx-sign": "^0.5.0"
|
||||
},
|
||||
"build": {
|
||||
"appId": "chat.schildi.desktop.lite",
|
||||
"linux": {
|
||||
"target": "deb",
|
||||
"category": "Network;InstantMessaging;Chat;VideoConference",
|
||||
"maintainer": "codeworks@supercable.onl",
|
||||
"desktop": {
|
||||
"StartupWMClass": "schildichatlite"
|
||||
}
|
||||
},
|
||||
"deb": {
|
||||
"depends": ["libgtk-3-0", "libnotify4", "libnss3", "libxss1", "libxtst6", "xdg-utils", "libatspi2.0-0", "libuuid1", "libsecret-1-0"],
|
||||
"packageCategory": "net",
|
||||
"priority": "extra"
|
||||
},
|
||||
"mac": {
|
||||
"category": "public.app-category.social-networking",
|
||||
"extendInfo": {
|
||||
"NSUserActivityTypes": [
|
||||
"org.matrix.room"
|
||||
],
|
||||
"ITSAppUsesNonExemptEncryption": true
|
||||
},
|
||||
"darkModeSupport": 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"
|
||||
]
|
||||
},
|
||||
"dmg": {
|
||||
"icon": "build/dmg.icns"
|
||||
},
|
||||
"mas": {
|
||||
"extendInfo": {
|
||||
"LSMultipleInstancesProhibited": true
|
||||
},
|
||||
"entitlements": "build/entitlements.mas.plist",
|
||||
"provisioningProfile": "build/schildi_dev.provisionprofile",
|
||||
"hardenedRuntime": false
|
||||
},
|
||||
"protocols": [
|
||||
{
|
||||
"name": "element",
|
||||
"schemes": [
|
||||
"element"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "schildichat",
|
||||
"schemes": [
|
||||
"schildichat"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
8
overlay/element-web/package.json
Normal file
8
overlay/element-web/package.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "schildichat-web-lite",
|
||||
"description": "A Matrix client based on Element with a more traditional instant messaging experience",
|
||||
"author": "SchildiChat",
|
||||
"repository": {
|
||||
"url": "https://github.com/SchildiChat/element-web"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user