Merge pull request #286051 from helsinki-systems/rustdesk_url

rustdesk: add rustdesk url handler
This commit is contained in:
Lassulus 2024-02-05 08:50:25 +07:00 committed by GitHub
commit 629906e6a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,6 +78,7 @@ rustPlatform.buildRustPackage rec {
comment = meta.description;
genericName = "Remote Desktop";
categories = [ "Network" ];
mimeTypes = [ "x-scheme-handler/rustdesk" ];
})
];