anytype: Minor fixes to .desktop file
Renamed to `anytype.desktop` to stay consistent with the Wayland application ID and added support for the custom URL scheme handler.
This commit is contained in:
@@ -100,11 +100,12 @@ buildNpmPackage {
|
||||
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "Anytype";
|
||||
name = "anytype";
|
||||
exec = "anytype";
|
||||
icon = "anytype";
|
||||
desktopName = "Anytype";
|
||||
comment = description;
|
||||
mimeTypes = [ "x-scheme-handler/anytype" ];
|
||||
categories = [
|
||||
"Utility"
|
||||
"Office"
|
||||
|
||||
Reference in New Issue
Block a user