Skip to content

nightly-afae687b-ls151

Pre-release
Pre-release

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 09 Jun 16:32
7a053fd

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.