This commit is contained in:
the-djmaze 2023-03-14 13:55:20 +01:00
parent 014d22add9
commit 308c7197c7
2 changed files with 3 additions and 9 deletions

View file

@ -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);