Skip to content

Commit

Permalink
Update builder.phar
Browse files Browse the repository at this point in the history
  • Loading branch information
peterujah authored Sep 17, 2023
1 parent a5ebc01 commit 3e4fb1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.phar
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<?php
require_once(__DIR__ . '/system/plugins/autoload.php');
/*if ($argc < 2) {
echo "Usage: php builder.php <output-filename>\n";
echo "Usage: php builder.phar <output-filename>\n";
exit(1);
}*/

$filename = ($argv[1]??"my_project.zip");
Luminova\ComposerBuilder::zipProjectFolder($filename);
Luminova\ComposerBuilder::zipProjectFolder($filename);

0 comments on commit 3e4fb1d

Please sign in to comment.