shithub: puzzles

Download patch

ref: aac72f2cd8e10c7faef3060fcf14201f958a6fe8
parent: 87f21b2de436477e5d92cfe9850583296a88a90c
author: Ben Harris <bjh21@bjh21.me.uk>
date: Mon Dec 19 18:29:39 EST 2022

Deliver banner images from build script

--- a/Buildscr
+++ b/Buildscr
@@ -207,6 +207,9 @@
   deliver puzzles/html/*.html html/$@
   deliver puzzles/html/*.pl html/$@
   deliver puzzles/build-kaios/kaios/*.zip kaios/$@
+  ifneq "$(NOICONS)" yes then
+    deliver build-icons/icons/*-banner.jpg kaios/$@
+  endif
 endif
 deliver puzzles/wwwspans.html $@
 deliver puzzles/wwwlinks.html $@