mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Oops. Having built the installer, we need a redirect for it in
.htaccess. [originally from svn r7324]
This commit is contained in:
1
Buildscr
1
Buildscr
@ -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 .hlp" >> .htaccess
|
||||||
in puzzles do echo "AddType application/octet-stream .cnt" >> .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 . 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!
|
# Phew, we're done. Deliver everything!
|
||||||
deliver puzzles/icons/*-web.png $@
|
deliver puzzles/icons/*-web.png $@
|
||||||
|
Reference in New Issue
Block a user