From: Simon Tatham Date: Sun, 4 Feb 2007 14:35:23 +0000 (+0000) Subject: Reinstate the icons in the Windows binaries. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ac72b6e1480822433bafd1659ceeeefdaf91f78b;p=sgt-puzzles.git Reinstate the icons in the Windows binaries. [originally from svn r7217] --- diff --git a/Buildscr b/Buildscr index 0371eb1..717a6cf 100644 --- a/Buildscr +++ b/Buildscr @@ -8,6 +8,9 @@ in puzzles do make # Now build the screenshots and icons. in puzzles/icons do xvfb-run make web winicons gtkicons +# Re-run mkfiles.pl now that it knows the icons are there. +in puzzles do perl mkfiles.pl + # Destroy the local binaries, mostly to avoid wasting network # bandwidth by transferring them to the delegate servers. in puzzles do make clean