Rewrite zip, when deleting files prior to extraction
This commit is contained in:
parent
ec6de36105
commit
c46d5ecef7
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ class SelfUpdateController extends BaseController
|
|||
$zipFile->openFile($file);
|
||||
|
||||
$zipFile->deleteFromName(".htaccess");
|
||||
|
||||
$zipFile->rewrite();
|
||||
|
||||
$zipFile->extractTo(base_path());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue