diff options
Diffstat (limited to 'desktop.pl')
| -rwxr-xr-x | desktop.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ open my $desc, "<", "gamedesc.txt" while (<$desc>) { chomp; - my ($id, $win, $displayname, $description) = split /:/, $_; + my ($id, $win, $displayname, $description, $summary) = split /:/, $_; open my $desktop, ">", "$outdir/$id.desktop" or die "$outdir/$id.desktop: open: $!\n"; |