shithub: puzzles

Download patch

ref: c212b4eda364ba17f2ff34f4958bfb49d0de258c
parent: b685eee47899dfc9fdb065567b029f9c9061ec68
author: Simon Tatham <anakin@pobox.com>
date: Sat Apr 3 07:47:10 EDT 2021

WASM: add the correct MIME type to .htaccess.

Only just remembered that this was generated by my build scripts.

--- a/Buildscr
+++ b/Buildscr
@@ -161,6 +161,7 @@
 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