-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This re-enables attempted support for .rar files. It will attempt to decompress with Rar5 first, and fallback to the older Rar method if that fails. If both methods fail, the user will get an error notification with the error messages from both attempts. I tested with the main .rar files from <https://github.com/ssokolow/rar-test-files>. This successfully extracted the `testfile.rar5.rar` file, but still fails on the `testfile.rar3.rar` file, so support will probably still be spotty.
- Loading branch information
1 parent
99c0201
commit c549fbf
Showing
2 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters