From 00c53dee9f5add2447ea036affa5f311e3b42c90 Mon Sep 17 00:00:00 2001 From: woodser Date: Sun, 7 Jan 2024 21:11:07 -0500 Subject: [PATCH] instruct to install wix 3 --- desktop/package/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/package/README.md b/desktop/package/README.md index f7a1d537b8..454650ff59 100644 --- a/desktop/package/README.md +++ b/desktop/package/README.md @@ -40,7 +40,7 @@ Haveno data folder on Mac: `/Users//Library/Application Support/Haveno 6. Click "OK" to save the changes and exit the dialog box. 7. Windows will download and install the required files and components to enable the .NET Framework 3.5. This may take several minutes, depending on your internet connection speed and system configuration. 8. Once the installation is complete, you will need to restart your computer to apply the changes. -2. Install wix: https://wixtoolset.org +2. Install Wix Toolset 3: https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm 3. Open MSYS2 for the following commands. 4. `export PATH=$PATH:$JAVA_HOME/bin:"C:\Program Files (x86)\WiX Toolset v3.11\bin"` 5. `./gradlew packageInstallers`