mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-18 23:50:16 +00:00
Switch to downloading prebuilt release artifacts instead of a submodule
This commit is contained in:
@@ -25,6 +25,12 @@ if /I "%BUILD_CONFIG%"=="debug" (
|
||||
echo Signed release builds must not have unstaged changes!
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
echo Updating dependencies
|
||||
powershell %cd%\setup-deps.ps1
|
||||
if !ERRORLEVEL! NEQ 0 (
|
||||
exit /b 1
|
||||
)
|
||||
) else (
|
||||
echo Invalid build configuration - expected 'debug' or 'release'
|
||||
echo Usage: scripts\build-arch.bat ^(release^|debug^)
|
||||
|
||||
Reference in New Issue
Block a user