aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2021-04-03 11:47:10 +0100
committerSimon Tatham <anakin@pobox.com>2021-04-03 11:47:10 +0100
commitc212b4eda364ba17f2ff34f4958bfb49d0de258c (patch)
tree3690a233fac6d50f5bf996baecab778e10181297
parentb685eee47899dfc9fdb065567b029f9c9061ec68 (diff)
downloadpuzzles-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--Buildscr1
1 files changed, 1 insertions, 0 deletions
diff --git a/Buildscr b/Buildscr
index d9c9a96..81c2b1e 100644
--- a/Buildscr
+++ b/Buildscr
@@ -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