Merge pull request #89517 from aanderse/tome4
tome4: fix error in .desktop file
This commit is contained in:
commit
dd3f483a05
|
@ -9,7 +9,7 @@ let
|
||||||
name = pname;
|
name = pname;
|
||||||
exec = "@out@/bin/${pname}";
|
exec = "@out@/bin/${pname}";
|
||||||
icon = pname;
|
icon = pname;
|
||||||
terminal = "False";
|
terminal = "false";
|
||||||
comment = "An open-source, single-player, role-playing roguelike game set in the world of Eyal.";
|
comment = "An open-source, single-player, role-playing roguelike game set in the world of Eyal.";
|
||||||
type = "Application";
|
type = "Application";
|
||||||
categories = "Game;RolePlaying;";
|
categories = "Game;RolePlaying;";
|
||||||
|
|
Loading…
Reference in New Issue