[eric] voice: fn-watcher compiles per-arch into build-staging and ships via extraResources

This commit is contained in:
ciregenz
2026-08-05 21:12:15 -07:00
parent 3045c42a93
commit 99d8ef8314
4 changed files with 30 additions and 1 deletions
+3
View File
@@ -502,6 +502,9 @@ if [[ "$(uname)" == "Darwin" ]]; then
echo "Building whisper-server for dictation (arm64 + x64)..."
bash scripts/build-whisper.sh arm64
bash scripts/build-whisper.sh x64
echo "Building fn-watcher for dictation's fn key (arm64 + x64)..."
bash scripts/build-fn-watcher.sh arm64
bash scripts/build-fn-watcher.sh x64
fi
# Node's default ~4 GB heap OOMs while codesign'ing the .app on dual-arch