Skip to content

Commit ecadca3

Browse files
authored
Merge pull request #44 from exussum12/fixPharNaming
Allow phar to be renamed
2 parents 50e3d05 + aaa7061 commit ecadca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CreatePhar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
$phar->setStub(
2626
"#!/usr/bin/env php
2727
<?php
28+
Phar::mapPhar('$pharName');
2829
require 'phar://$pharName/src/Runners/generic.php';
2930
__HALT_COMPILER();"
3031
);

0 commit comments

Comments
 (0)