aboutsummaryrefslogtreecommitdiff
path: root/Buildscr
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2008-03-20 00:19:27 +0000
committerSimon Tatham <anakin@pobox.com>2008-03-20 00:19:27 +0000
commit202e023f59c56e8300eb99e2454b17bd4eb96def (patch)
treefbc19e062c74c7091b137bd30d6296ecbd1e1589 /Buildscr
parent7a3549db51e7314ce5e07a6a4a3f6599bcf7c242 (diff)
downloadpuzzles-202e023f59c56e8300eb99e2454b17bd4eb96def.zip
puzzles-202e023f59c56e8300eb99e2454b17bd4eb96def.tar.gz
puzzles-202e023f59c56e8300eb99e2454b17bd4eb96def.tar.bz2
puzzles-202e023f59c56e8300eb99e2454b17bd4eb96def.tar.xz
I _think_, after some fairly random experimentation, that this ought
to fix the weird blacked-out text in the xvfb-built screenshots. [originally from svn r7931]
Diffstat (limited to 'Buildscr')
-rw-r--r--Buildscr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Buildscr b/Buildscr
index b4995ed..85fa76e 100644
--- a/Buildscr
+++ b/Buildscr
@@ -8,7 +8,7 @@ in puzzles do perl mkfiles.pl
in puzzles do make
# Now build the screenshots and icons.
-in puzzles/icons do xvfb-run make web winicons gtkicons
+in puzzles/icons do xvfb-run -s "-cc TrueColor" make web winicons gtkicons
# Re-run mkfiles.pl now that it knows the icons are there.
in puzzles do perl mkfiles.pl