fix: Change some build instructions to include BUILD_MODE, and other script tweaks

This commit is contained in:
2025-08-14 08:26:46 -06:00
parent 79593f12b4
commit e07da3ffe1
7 changed files with 32 additions and 24 deletions

View File

@@ -184,7 +184,7 @@ log_info "Build mode: $BUILD_MODE"
log_info "Build type: $BUILD_TYPE"
# Setup environment for Capacitor build
setup_build_env "capacitor"
setup_build_env "capacitor" "$BUILD_MODE"
# Override API servers for Android development
if [ "$BUILD_MODE" = "development" ]; then