diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-25 10:10:51 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-25 10:10:51 +0000 |
| commit | 8b1b6bc9a38d90ab30bf6abdd3c14a8e98f29b26 (patch) | |
| tree | 2300002feeb713aaca8a0587d9102ed09c1bc3fe | |
| parent | b05cb1eaf37d9ffd2dad7e335c344b2455d9f1e2 (diff) | |
| download | puzzles-8b1b6bc9a38d90ab30bf6abdd3c14a8e98f29b26.zip puzzles-8b1b6bc9a38d90ab30bf6abdd3c14a8e98f29b26.tar.gz puzzles-8b1b6bc9a38d90ab30bf6abdd3c14a8e98f29b26.tar.bz2 puzzles-8b1b6bc9a38d90ab30bf6abdd3c14a8e98f29b26.tar.xz | |
Oops. Having built the installer, we need a redirect for it in
.htaccess.
[originally from svn r7324]
| -rw-r--r-- | Buildscr | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,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.exe '$$1'puzzles-r$(revision)-installer.exe >> .htaccess # Phew, we're done. Deliver everything! deliver puzzles/icons/*-web.png $@ |