From 8cb2cbaed28df42932d4c5399803f746c02f629c Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 27 Jan 2020 10:14:25 +0200 Subject: [PATCH] Only provide 64 bit MSIs going forward. [skip ci] --- docs/markdown/snippets/32bitmsi.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/markdown/snippets/32bitmsi.md diff --git a/docs/markdown/snippets/32bitmsi.md b/docs/markdown/snippets/32bitmsi.md new file mode 100644 index 000000000..2e4ccc24e --- /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.