You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(macos): launch the detected Spotify bundle, not a hardcoded one
spawn_macos ran 'open -a /Applications/Spotify.app' and ignored the context
entirely, so on a ~/Applications install the whole apply succeeded and then
opened nothing, failing with 'Spotify did not start within 30 seconds'. It now
launches the bundle derived from the resolved executable. The version-detect
fallback had the same hardcoded path and now derives it too; its primary mdls
path already used the real bundle, which is why version detection worked while
the launch did not.
0 commit comments