mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
Add a new GitHub Actions workflow that builds CCExtractor using the -system-libs flag, creating binaries that dynamically link against system libraries instead of bundling dependencies. This is useful for: - Linux distribution packaging (Debian, Ubuntu, Fedora, etc.) - Homebrew/Linuxbrew packaging - Users who prefer smaller binaries with system library updates Two variants are built: - basic: Standard OCR-enabled build - hardsubx: Build with HardSubX (burned-in subtitle extraction) The workflow runs on releases and can be manually triggered. Related to #1907 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>