Revert "Allow side-by-side installation of nightly and release builds"
This reverts commit 33e814122e.
This commit is contained in:
parent
4f73af2920
commit
96fe1a7da1
4 changed files with 12 additions and 39 deletions
|
|
@ -12,11 +12,6 @@ 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