diff options
| author | 2024-12-31 08:55:25 -0600 | |
|---|---|---|
| committer | 2024-12-31 11:47:27 -0600 | |
| commit | a47eb847fbd5e7586019b9a796a7ed01e6912a4d (patch) | |
| tree | 44b65024d8a5951da21158581e368db7d2d60c65 /README.md | |
| parent | Revert 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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
