changed name of desktop item
This commit is contained in:
parent
4a770d04c4
commit
18ef8800fc
@ -16,11 +16,16 @@
|
||||
version = "0.6.4";
|
||||
|
||||
desktopItem = pkgs.makeDesktopItem {
|
||||
name = "starc";
|
||||
exec = name;
|
||||
desktopName = "Starc";
|
||||
|
||||
inherit name;
|
||||
desktopName = "Story Architect";
|
||||
genericName = "Storywriting Software";
|
||||
comment = "Advanced text editor for script writers.";
|
||||
categories = ["Office" "TextEditor" "Utility"];
|
||||
|
||||
mimeTypes = ["application/x-${name}"];
|
||||
|
||||
icon = pkgs.fetchurl {
|
||||
url = "https://github.com/story-apps/starc/blob/v${version}/img/starc.png";
|
||||
sha256 = "sha256-wixqb1cV+WEhgxsl2CeOjrid4P0daHqh0O40h2iPst4=";
|
||||
|
Loading…
Reference in New Issue
Block a user