diff options
| author | Simon Tatham <anakin@pobox.com> | 2016-03-11 19:25:11 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2016-03-11 19:25:11 +0000 |
| commit | 5986a464008ff67e15b69c0c5c86f49ea4979efd (patch) | |
| tree | 3c799916e6f0cd94f758a119a938c554be77d7ee /Buildscr | |
| parent | fc6cc8fb2b9cbc97ccd6a74c8953cc1920013141 (diff) | |
| download | puzzles-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.
Diffstat (limited to 'Buildscr')
| -rw-r--r-- | Buildscr | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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! |