feat(extract): add unar as fallback for RAR extraction (#13472)
Add unar as a fallback when unrar is not available for extracting RAR files. This addresses the issue where unrar has been removed from Homebrew due to licensing issues. The extraction now: - Prefers unrar if available (backward compatible) - Falls back to unar if unrar is not found - Shows helpful error message if neither tool is installedmaster
parent
72acd2ca90
commit
92aed2e936
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue