tome2: fix typo in .desktop file
This commit is contained in:
parent
516931a697
commit
6b2f45c544
|
@ -9,7 +9,7 @@ let
|
||||||
name = pname;
|
name = pname;
|
||||||
exec = "${pname}-x11";
|
exec = "${pname}-x11";
|
||||||
icon = pname;
|
icon = pname;
|
||||||
terminal = "False";
|
terminal = "false";
|
||||||
comment = description;
|
comment = description;
|
||||||
type = "Application";
|
type = "Application";
|
||||||
categories = "Game;RolePlaying;";
|
categories = "Game;RolePlaying;";
|
||||||
|
|
Loading…
Reference in New Issue