aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2016-03-11 19:25:11 +0000
committerSimon Tatham <anakin@pobox.com>2016-03-11 19:25:11 +0000
commit5986a464008ff67e15b69c0c5c86f49ea4979efd (patch)
tree3c799916e6f0cd94f758a119a938c554be77d7ee
parentfc6cc8fb2b9cbc97ccd6a74c8953cc1920013141 (diff)
downloadpuzzles-5986a464008ff67e15b69c0c5c86f49ea4979efd.zip
puzzles-5986a464008ff67e15b69c0c5c86f49ea4979efd.tar.gz
puzzles-5986a464008ff67e15b69c0c5c86f49ea4979efd.tar.bz2
puzzles-5986a464008ff67e15b69c0c5c86f49ea4979efd.tar.xz
Add a .htaccess redirection for the new .msi file.
Ahem. Left this out of yesterday's commit.
-rw-r--r--Buildscr1
1 files changed, 1 insertions, 0 deletions
diff --git a/Buildscr b/Buildscr
index 537e9c0..51b0f1b 100644
--- 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!