treewide: remove redundant quotes
This commit is contained in:
@@ -11,8 +11,8 @@ let
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
name = "90secondportraits";
|
||||
exec = "${pname}";
|
||||
icon = "${icon}";
|
||||
exec = pname;
|
||||
icon = icon;
|
||||
comment = "A silly speed painting game";
|
||||
desktopName = "90 Second Portraits";
|
||||
genericName = "90secondportraits";
|
||||
|
||||
Reference in New Issue
Block a user