From: Simon Tatham Date: Fri, 11 Mar 2016 19:25:11 +0000 (+0000) Subject: Add a .htaccess redirection for the new .msi file. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=5986a464008ff67e15b69c0c5c86f49ea4979efd;p=sgt-puzzles.git Add a .htaccess redirection for the new .msi file. Ahem. Left this out of yesterday's commit. --- 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!