aboutsummaryrefslogtreecommitdiff
path: root/desktop.pl
diff options
context:
space:
mode:
Diffstat (limited to 'desktop.pl')
-rwxr-xr-xdesktop.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop.pl b/desktop.pl
index 151b075..204c0ce 100755
--- a/desktop.pl
+++ b/desktop.pl
@@ -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";