From 4afa31ac54c81b33253579e16842fb03ac5c227e Mon Sep 17 00:00:00 2001 From: noisyshape <49459678+noisyshape@users.noreply.github.com> Date: Fri, 12 Apr 2019 10:09:40 -0400 Subject: [PATCH] Correct path and instructions --- build_installer.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_installer.bat b/build_installer.bat index 424e585a..050bff87 100644 --- a/build_installer.bat +++ b/build_installer.bat @@ -6,7 +6,7 @@ cd /d %~dp0 if not exist build\bin\Release goto buildproject -cd build\installer +cd build\installer-wix if ERRORLEVEL 1 goto buildproject echo Building 64-bit Windows installer... @@ -19,7 +19,7 @@ goto done :buildproject echo To build a 64-bit Windows installer: -echo - set Q_BUILD_TYPE=Release in build_env.bat +echo - set B_BUILD_TYPE=Release in build_env.bat echo - also set other environmental overrides necessary for your build environment echo - run clean_build.bat to build Barrier and verify that it succeeds echo - re-run this script to create the installation package