diff options
| author | Simon Tatham <anakin@pobox.com> | 2021-04-03 11:47:10 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2021-04-03 11:47:10 +0100 |
| commit | c212b4eda364ba17f2ff34f4958bfb49d0de258c (patch) | |
| tree | 3690a233fac6d50f5bf996baecab778e10181297 | |
| parent | b685eee47899dfc9fdb065567b029f9c9061ec68 (diff) | |
| download | puzzles-c212b4eda364ba17f2ff34f4958bfb49d0de258c.zip puzzles-c212b4eda364ba17f2ff34f4958bfb49d0de258c.tar.gz puzzles-c212b4eda364ba17f2ff34f4958bfb49d0de258c.tar.bz2 puzzles-c212b4eda364ba17f2ff34f4958bfb49d0de258c.tar.xz | |
WASM: add the correct MIME type to .htaccess.
Only just remembered that this was generated by my build scripts.
| -rw-r--r-- | Buildscr | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -161,6 +161,7 @@ endif 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 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 puzzles do echo RedirectMatch temp '(.*/)'puzzles-installer.msi '$$1'puzzles-$(Version)-installer.msi >> .htaccess |