We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d535b commit 3512169Copy full SHA for 3512169
1 file changed
tools/makephar.php
@@ -19,7 +19,7 @@
19
@unlink($argv[2]);
20
21
$p = new Phar(__DIR__.'/../'.$argv[2], 0, $argv[2]);
22
-$p->buildFromDirectory(realpath($argv[1]), '/^((?!tests).)*(\.php|\.py|\.exe|\.tl|\.json|\.dat|\.h|\.wav)$/i');
+$p->buildFromDirectory(realpath($argv[1]), '/^((?!tests).)*(\.php|\.py|\.exe|\.html|\.tl|\.json|\.dat|\.h|\.wav)$/i');
23
24
$p->setStub('<?php
25
0 commit comments