diff --git a/element-desktop b/element-desktop index a1b6cbf..3ad52ce 160000 --- a/element-desktop +++ b/element-desktop @@ -1 +1 @@ -Subproject commit a1b6cbf692d94d69fb449c2ef5f46f88f14bc4b0 +Subproject commit 3ad52cef754fb2529bc315c36d0b23db521c0a9f diff --git a/overlay/element-desktop/package.json b/overlay/element-desktop/package.json index f8d8434..527a470 100644 --- a/overlay/element-desktop/package.json +++ b/overlay/element-desktop/package.json @@ -2,9 +2,14 @@ "name": "schildichat-desktop-alpha", "productName": "SchildiChatAlpha", "description": "A Matrix Client based on Element with some changes and tweaks", - "author": "SchildiChat", + "author": "SchildiChat (https://schildi.chat)", "repository": { "url": "https://github.com/SchildiChat/schildichat-desktop" }, - "homepage": "https://schildi.chat/" + "homepage": "https://schildi.chat/", + "build": { + "linux": { + "publish": null + } + } }