-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
We really miss the option to check the created 7z archive! #33
Comments
I'm sorry I don't understand, what option? |
Hello! |
I'm not good at scripts, but apparently before line 370 you need to insert a check for the presence of an additional parameter "-SzWithTest" and, if available, run:
It's even better to leave everything unchanged for the existing parameter "-Sz", and make a separate function for the alternative more reliable parameter "-SzWithTest":
|
I understand, thank you for providing more information! I'm going to work on this for a future release. |
The 7-zip test feature fails when the archive was created with a password. Here is what I added to the CompressFiles7zip function to allow the archive test to work:
|
@jlaraby Thank you for this! |
We really miss the option to check the created 7z archive!
The text was updated successfully, but these errors were encountered: