Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 7b80cc7

Browse files
committed
Releases: ZIP komprimieren
1 parent 81b5458 commit 7b80cc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.php

+1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ function buildRelease($name = null, $version = null)
347347

348348
$phar = new PharData('release/' . $name . '.zip');
349349
$phar->buildFromDirectory(dirname(__FILE__) . '/' . $dest);
350+
$phar->compressFiles(Phar::GZ);
350351

351352
echo PHP_EOL . '> FINISHED' . PHP_EOL;
352353
}

0 commit comments

Comments
 (0)