From c212b4eda364ba17f2ff34f4958bfb49d0de258c Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 3 Apr 2021 11:47:10 +0100 Subject: [PATCH] WASM: add the correct MIME type to .htaccess. Only just remembered that this was generated by my build scripts. --- Buildscr | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2