aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-01-27 10:14:25 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-01-27 22:21:31 +0200
commit8cb2cbaed28df42932d4c5399803f746c02f629c (patch)
tree0e5635c39b28a912997f6f9e47d4ac6ad42e151c
parentb16a7ff454303c0329f6fe50fe8977080fb2bee3 (diff)
downloadmeson-8cb2cbaed28df42932d4c5399803f746c02f629c.zip
meson-8cb2cbaed28df42932d4c5399803f746c02f629c.tar.gz
meson-8cb2cbaed28df42932d4c5399803f746c02f629c.tar.bz2
Only provide 64 bit MSIs going forward. [skip ci]
-rw-r--r--docs/markdown/snippets/32bitmsi.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/32bitmsi.md b/docs/markdown/snippets/32bitmsi.md
new file mode 100644
index 0000000..2e4ccc2
--- /dev/null
+++ b/docs/markdown/snippets/32bitmsi.md
@@ -0,0 +1,7 @@
+## The MSI installer is only available in 64 bit version
+
+Microsoft ended support for Windows 7, so only 64 bit Windows OSs are
+officially supported. Thus only a 64 bit MSI installer will be
+provided going forward. People needing a 32 bit version can build
+their own with the `msi/createmsi.py` script in Meson's source
+repository.