Switch to downloading prebuilt release artifacts instead of a submodule

This commit is contained in:
Cameron Gutman
2026-05-03 20:55:07 -05:00
parent f222aa7985
commit 453435f916
12 changed files with 111 additions and 98 deletions
+6
View File
@@ -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^)