element-desktop: add support for io.element.desktop scheme (#407281)

This commit is contained in:
Martin Weinelt 2025-05-15 20:03:15 +02:00 committed by GitHub
commit 6f82867e37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,10 @@ stdenv.mkDerivation (
"Chat"
];
startupWMClass = "Element";
mimeTypes = [ "x-scheme-handler/element" ];
mimeTypes = [
"x-scheme-handler/element"
"x-scheme-handler/io.element.desktop"
];
};
postFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''