mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-07 09:53:17 +00:00
fix(yt-dlp): replace onedir PyInstaller build with standalone macOS binary
The yt-dlp binary was a PyInstaller onedir build requiring an adjacent _internal/ directory with the Python runtime. In the Tauri .app bundle, sidecar binaries are placed in Contents/MacOS/ while the _internal/ resource ends up in Contents/Resources/binaries/, so the bootloader could not find Python at runtime ([PYI-...:ERROR] Failed to load Python shared library). Replace it with the official yt-dlp_macos standalone onefile binary from the yt-dlp release (v2026.06.09, universal2). This is fully self-contained — it extracts its runtime to a temp directory at invocation — and works regardless of Tauri's bundle layout. Removes the entire _internal/ directory (~70 MB of Python framework, native .so/.dylib files, etc.) and the stale .gitignore entry.
This commit is contained in:
Binary file not shown.
Reference in New Issue
Block a user