mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-15 04:06:24 +00:00
Allow side-by-side installation of nightly and release builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user