nightly-afae687b-ls151
Pre-release
Pre-release
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-afae687b-ls151/index.html
LinuxServer Changes:
No changes
Remote Changes:
Fix macOS app restart via LaunchServices
Previously, restarting the frozen macOS application directly launched the raw binary in Terminal.app. This change uses open -n and the application's bundle path to ensure the app relaunches correctly as a graphical application, providing a clean environment and proper menu-bar context. Fixes #3455.