ref: 5986a464008ff67e15b69c0c5c86f49ea4979efd
parent: fc6cc8fb2b9cbc97ccd6a74c8953cc1920013141
author: Simon Tatham <anakin@pobox.com>
date: Fri Mar 11 14:25:11 EST 2016
Add a .htaccess redirection for the new .msi file. Ahem. Left this out of yesterday's commit.
--- a/Buildscr
+++ b/Buildscr
@@ -164,6 +164,7 @@
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!