From: simon Date: Sun, 25 Feb 2007 10:10:51 +0000 (+0000) Subject: Oops. Having built the installer, we need a redirect for it in X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/a7b795ac473573534657328b8473a56c476a12a3 Oops. Having built the installer, we need a redirect for it in .htaccess. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7324 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Buildscr b/Buildscr index 5e02090..951795b 100644 --- a/Buildscr +++ b/Buildscr @@ -70,6 +70,7 @@ in puzzles do echo "AddType application/octet-stream .chm" > .htaccess in puzzles do echo "AddType application/octet-stream .hlp" >> .htaccess in puzzles do echo "AddType application/octet-stream .cnt" >> .htaccess in . do set -- puzzles*.tar.gz; echo RedirectMatch temp '(.*/)'puzzles.tar.gz '$$1'"$$1" >> puzzles/.htaccess +in puzzles do echo RedirectMatch temp '(.*/)'puzzles-installer.exe '$$1'puzzles-r$(revision)-installer.exe >> .htaccess # Phew, we're done. Deliver everything! deliver puzzles/icons/*-web.png $@