mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
This commit is contained in:
parent
0474f29272
commit
2a1ccc5d24
2 changed files with 14 additions and 9 deletions
|
|
@ -99,6 +99,11 @@ $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