Allow side-by-side installation of nightly and release builds
This commit is contained in:
parent
f28a4df5ee
commit
33e814122e
4 changed files with 39 additions and 12 deletions
|
|
@ -12,6 +12,11 @@ if /I "%BUILD_CONFIG%"=="debug" (
|
|||
) else (
|
||||
if /I "%BUILD_CONFIG%"=="release" (
|
||||
set BUILD_CONFIG=release
|
||||
|
||||
if /I "%APPVEYOR%"=="True" (
|
||||
echo Stamping with AppVeyor version: %APPVEYOR_BUILD_VERSION%
|
||||
echo | set /p dummyName="%APPVEYOR_BUILD_VERSION%" > app\version.txt
|
||||
)
|
||||
) else (
|
||||
if /I "%BUILD_CONFIG%"=="signed-release" (
|
||||
set BUILD_CONFIG=release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue