fix(stt): add Homebrew to PATH for ffmpeg

This commit is contained in:
Till-JS 2026-01-27 01:52:09 +01:00
parent 92a700ac7e
commit 9bd699aec7

View file

@ -60,7 +60,7 @@ cat > "$PLIST_PATH" << EOF
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>$STT_DIR/.venv/bin:/usr/local/bin:/usr/bin:/bin</string>
<string>/opt/homebrew/bin:$STT_DIR/.venv/bin:/usr/local/bin:/usr/bin:/bin</string>
<key>PORT</key>
<string>3020</string>
<key>WHISPER_MODEL</key>