Files
SubMiner/changes/fix-macos-helper-packaging.md
T
sudacode bb6bb04c49 fix: ensure macOS mpv window helper is built and bundled correctly
- create dist/scripts dir before swiftc output in prepare-build-assets
- add after-pack verification that helper binary exists and is executable
- remove stale Windows PS1 extra-resource entry (harmless missing-file warnings)
- add tests for new verifyMacOSWindowHelper and prepare-build-assets behavior
2026-05-27 11:40:55 -07:00

328 B

type: fixed area: release

  • Fixed macOS packaging so the compiled mpv window helper is built into dist/scripts and required in the app bundle, preventing the overlay from falling back to slow Swift source startup.
  • Removed a stale Windows helper resource entry that produced harmless missing-file warnings during packaging.