mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -07:00
WASM: add the correct MIME type to .htaccess.
Only just remembered that this was generated by my build scripts.
This commit is contained in:
1
Buildscr
1
Buildscr
@ -161,6 +161,7 @@ endif
|
|||||||
in puzzles do echo "AddType application/octet-stream .chm" > .htaccess
|
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 puzzles do echo "AddType application/wasm .wasm" >> .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.msi '$$1'puzzles-$(Version)-installer.msi >> .htaccess
|
in puzzles do echo RedirectMatch temp '(.*/)'puzzles-installer.msi '$$1'puzzles-$(Version)-installer.msi >> .htaccess
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user