From: Simon Tatham Date: Sat, 3 Apr 2021 10:47:10 +0000 (+0100) Subject: WASM: add the correct MIME type to .htaccess. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=c212b4eda364ba17f2ff34f4958bfb49d0de258c;p=sgt-puzzles.git WASM: add the correct MIME type to .htaccess. Only just remembered that this was generated by my build scripts. --- 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