Skip to content

Commit 3512169

Browse files
committed
Add HTMLs to phar
1 parent 24d535b commit 3512169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/makephar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@unlink($argv[2]);
2020

2121
$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');
22+
$p->buildFromDirectory(realpath($argv[1]), '/^((?!tests).)*(\.php|\.py|\.exe|\.html|\.tl|\.json|\.dat|\.h|\.wav)$/i');
2323

2424
$p->setStub('<?php
2525

0 commit comments

Comments
 (0)