Correct path and instructions

This commit is contained in:
noisyshape 2019-04-12 10:09:40 -04:00 committed by GitHub
parent acca0d7f6f
commit 4afa31ac54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ cd /d %~dp0
if not exist build\bin\Release goto buildproject if not exist build\bin\Release goto buildproject
cd build\installer cd build\installer-wix
if ERRORLEVEL 1 goto buildproject if ERRORLEVEL 1 goto buildproject
echo Building 64-bit Windows installer... echo Building 64-bit Windows installer...
@ -19,7 +19,7 @@ goto done
:buildproject :buildproject
echo To build a 64-bit Windows installer: 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 - also set other environmental overrides necessary for your build environment
echo - run clean_build.bat to build Barrier and verify that it succeeds echo - run clean_build.bat to build Barrier and verify that it succeeds
echo - re-run this script to create the installation package echo - re-run this script to create the installation package