From 631f5d48dfe7f71251fc000af6190157f66e177f Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Tue, 3 May 2022 11:43:22 +0200 Subject: [PATCH] add note on installing wix to build windows installer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7392cdd1..1a180ed8 100644 --- a/README.md +++ b/README.md @@ -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`