build script error
This commit is contained in:
parent
8992ecbc81
commit
86547ca4b7
|
@ -27,7 +27,7 @@ if (!$zip_file = tempnam('', 'comicpress')) {
|
||||||
$zip_file .= '.zip';
|
$zip_file .= '.zip';
|
||||||
|
|
||||||
$ignore_filters = array(
|
$ignore_filters = array(
|
||||||
'#~$#', '#^\.#', '#^test$#', '#^build$#', '#^Makefile$', '#^phpunit.xml$#'
|
'#~$#', '#^\.#', '#^test$#', '#^build$#', '#^Makefile$#', '#^phpunit.xml$#'
|
||||||
);
|
);
|
||||||
|
|
||||||
$renames = array(
|
$renames = array(
|
||||||
|
|
Loading…
Reference in New Issue