aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBob Tolbert <bob@eyesopen.com>2024-12-31 08:55:25 -0600
committerBob Tolbert <bob@eyesopen.com>2024-12-31 11:47:27 -0600
commita47eb847fbd5e7586019b9a796a7ed01e6912a4d (patch)
tree44b65024d8a5951da21158581e368db7d2d60c65 /README.md
parentRevert behavior of deep= on mutable keys. (diff)
Brief: Add Arm64 .msi support on Windows
Summary: Small update to add Windows on Arm64 support. Also requires the latest version 3.14 of the WiX toolset.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7376b433..5a37618d 100644
--- a/README.md
+++ b/README.md
@@ -207,7 +207,7 @@ Alternatively, install the package directly with `pkgin install janet`.
To build an `.msi` installer executable, in addition to the above steps, you will have to:
-5. Install, or otherwise add to your PATH the [WiX 3.11 Toolset](https://github.com/wixtoolset/wix3/releases).
+5. Install, or otherwise add to your PATH the [WiX 3.14 Toolset](https://github.com/wixtoolset/wix3/releases).
6. Run `build_win dist`.
Now you should have an `.msi`. You can run `build_win install` to install the `.msi`, or execute the file itself.