-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SUPPORT] Does not work on MacOS? #41
Comments
I would be glad to add ZIP support for macOS, unfortunately I don't own or have access to a macOS system.
If you could pass me a valid Terminal command for Keka to extract the following file from the Huawei ZIP, I will add support to unzip the file on macOS using Keka and add the installation instructions for it.
|
Sorry for the late response. Based on https://nextleveltricks.net/open-password-protected-zip-mac, I think we can simply use this command: |
Dear macOS users, I prepared a test version with support to unzip encrypted Huawei ZIP files based on the information in the comments above. You can use the command with the --password argument to test, like below
If you tried it out, I would be happy to hear your feedback whether it works or not. |
It seems like the app needs 7-Zip to work (
7za x -aoa
... command), but that does not exist for MacOS, from what I can see. MacOS is mentioned a few times in the readme, but there are no clear instructions how to use it properly there. I also tried with the tar.gz file, but didn't get any output generated there.Can we please update the documentation with some clearer instructions in regards to that?
The text was updated successfully, but these errors were encountered: