Skip to content
Commit f8df291a authored by Ragnar Thomsen's avatar Ragnar Thomsen
Browse files

cli7z: Catch error from p7zip 9.20 when deleting files from APK archives

7z 9.20 does not seem to support deleting files from APK archives
(Android Application Packages) even though these are zip archives.

A new member function named readDeleteLine() was added to CliInterface.
The function is overridden in the cli7z plugin and catches the error
message from 7z when attempting to delete files.

BUG: 377421
FIXED-IN: 17.04.0
Differential Revision: D5011
parent 661414cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment