mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve #1007
This commit is contained in:
parent
014d22add9
commit
308c7197c7
2 changed files with 3 additions and 9 deletions
|
|
@ -160,11 +160,6 @@ $tar->addFromString('index.php', $index);
|
|||
$zip->addFile('README.md');
|
||||
$tar->addFile('README.md');
|
||||
|
||||
$data = file_get_contents('dev/serviceworker.js');
|
||||
//$data = file_get_contents('snappymail/v/0.0.0/static/js/min/serviceworker.min.js');
|
||||
$zip->addFromString('serviceworker.js', $data);
|
||||
$tar->addFromString('serviceworker.js', $data);
|
||||
|
||||
$zip->close();
|
||||
|
||||
$tar->compress(Phar::GZ);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue