mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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]
This commit is contained in:
2
Buildscr
2
Buildscr
@ -8,7 +8,7 @@ in puzzles do perl mkfiles.pl
|
|||||||
in puzzles do make
|
in puzzles do make
|
||||||
|
|
||||||
# Now build the screenshots and icons.
|
# 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.
|
# Re-run mkfiles.pl now that it knows the icons are there.
|
||||||
in puzzles do perl mkfiles.pl
|
in puzzles do perl mkfiles.pl
|
||||||
|
Reference in New Issue
Block a user