jellyfin / jellyfin-media-player

Jellyfin Desktop Client
GNU General Public License v2.0
3.11k stars 312 forks source link

Fix intel builds #628

Closed gnattu closed 4 months ago

gnattu commented 4 months ago

This PR fixed the Intel QtWebEngine

This PR also ported the overscroll workaround to 10.9 UI

Fixes #623

627 requires significant work and is out of the scope of this PR

gnattu commented 4 months ago

Probably we should also mention that the Intel builds requires macOS 12+ to run and the Apple Silicon builds requires macOS 14+ to run, in the changelog.

To make macOS 12+ Apple Silicon builds is possible but will require either significant amount of work or self-hosted runners.