chiark / gitweb /
Add a .htaccess redirection for the new .msi file.
authorSimon Tatham <anakin@pobox.com>
Fri, 11 Mar 2016 19:25:11 +0000 (19:25 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 11 Mar 2016 19:25:11 +0000 (19:25 +0000)
Ahem. Left this out of yesterday's commit.

Buildscr

index 537e9c01b42b40d843f084d4843ded3d1a43729b..51b0f1b7100236796c1ccd42168b05bb38326ed5 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -164,6 +164,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.msi '$$1'puzzles-$(Version)-installer.msi >> .htaccess
 in puzzles do echo RedirectMatch temp '(.*/)'puzzles-installer.exe '$$1'puzzles-$(Version)-installer.exe >> .htaccess
 
 # Phew, we're done. Deliver everything!