chiark / gitweb /
Oops. Having built the installer, we need a redirect for it in
authorSimon Tatham <anakin@pobox.com>
Sun, 25 Feb 2007 10:10:51 +0000 (10:10 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 25 Feb 2007 10:10:51 +0000 (10:10 +0000)
.htaccess.

[originally from svn r7324]

Buildscr

index 5e020900e2b55f64c82ec6b484006e45e2ecc8d1..951795bdc7fba8bb68561eadb9cf38b2a3b330ad 100644 (file)
--- 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 $@