Allow side-by-side installation of nightly and release builds

This commit is contained in:
Cameron Gutman 2020-05-02 17:56:55 -07:00
commit 33e814122e
4 changed files with 39 additions and 12 deletions

View file

@ -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