From e3a8e64812f2fa783dc5644f04f267a291bc6098 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 13 Jan 2015 19:54:46 +0000 Subject: Put the game summaries from the website into gamedesc.txt. More sensible to bring all the pieces of per-puzzle descriptive text together into one place, so they can be easily reused everywhere they're needed. --- desktop.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop.pl') 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"; -- cgit v1.1