Add hpack header files to build

This commit is contained in:
Daniil Gentili 2020-01-11 17:34:40 +01:00
parent 7daac3a0f8
commit daf98b698b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if (!isset($argv[3])) {
@\unlink($argv[2]);
$p = new Phar(__DIR__.'/../'.$argv[2], 0, $argv[2]);
$p->buildFromDirectory(\realpath($argv[1]), '/^((?!tests).)*(\.php|\.py|\.tl|\.json|\.dat)$/i');
$p->buildFromDirectory(\realpath($argv[1]), '/^((?!tests).)*(\.php|\.py|\.tl|\.json|\.dat|\.h)$/i');
$p->addFromString('vendor/danog/madelineproto/.git/refs/heads/master', $argv[3]);
$p->addFromString('.git/refs/heads/master', $argv[3]);