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

@@ -339,7 +339,7 @@ main_electron_build() {
fi
# Setup environment
setup_build_env "electron"
setup_build_env "electron" "$BUILD_MODE"
setup_app_directories
load_env_file ".env"