Correct path and instructions
This commit is contained in:
parent
acca0d7f6f
commit
4afa31ac54
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue