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
+3
View File
@@ -31,6 +31,9 @@ fi
[ "$SIGNING_IDENTITY" == "" ] || git diff-index --quiet HEAD -- || fail "Signed release builds must not have unstaged changes!"
echo Updating dependencies
python3 $SOURCE_ROOT/setup-deps.py
echo Cleaning output directories
rm -rf $BUILD_FOLDER
rm -rf $INSTALLER_FOLDER