feat: add support for element:// deep links and register protocol handler
All checks were successful
Build / increment-version (push) Successful in 15s
Build / build-linux (push) Successful in 2m11s
Build / build-windows (push) Successful in 5m35s
Build / create-release (push) Successful in 1m11s

This commit is contained in:
2026-05-25 00:14:09 +10:00
parent 9471fe2f5d
commit c940bdc78c
3 changed files with 121 additions and 1 deletions

View File

@@ -36,6 +36,12 @@
"filter": ["**/*"]
}
],
"protocols": [
{
"name": "Element URL",
"schemes": ["element"]
}
],
"linux": {
"target": [
{
@@ -51,6 +57,7 @@
"Name": "Paarrot",
"GenericName": "Matrix Client",
"Comment": "A Matrix client built with Cinny",
"MimeType": "x-scheme-handler/element;",
"Categories": "Network;InstantMessaging;",
"Keywords": "matrix;chat;messaging;",
"StartupWMClass": "paarrot"