add note on installing wix to build windows installer

This commit is contained in:
Craig Raw 2022-05-03 11:43:22 +02:00
parent c981cf32b9
commit 631f5d48df

View file

@ -28,6 +28,8 @@ The Sparrow binaries can be built from source using
`./gradlew jpackage`
Note that to build the Windows installer, you will need to install [WiX](https://github.com/wixtoolset/wix3/releases).
When updating to the latest HEAD
`git pull --recurse-submodules`