diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-01-27 10:14:25 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-01-27 10:21:02 +0200 |
commit | c825f7c929cf82ed9f4b512f5ad16b1cda9c013f (patch) | |
tree | 3ca5302284ba8f577eea9688daba94c108cb1e9a | |
parent | b74ece344fe6d40e1040670a12be1dde3adb71b2 (diff) | |
download | meson-no32msi.tar.gz |
Only provide 64 bit MSIs going forward. [skip ci]no32msi
-rw-r--r-- | docs/markdown/snippets/32bitmsi.md | 7 |
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 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. |