Skip to content

Commit 1b62340

Browse files
committed
fix binary path
1 parent 85511d5 commit 1b62340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/CompileBinaryCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function handle(): void
2323
info("Compiling binary for version {$version}");
2424

2525
$destination = base_path(
26-
sprintf('bin/php-parser-%s-%s', $version, $this->option('arch'))
26+
sprintf('bin/php-parser-v%s-%s', $version, $this->option('arch'))
2727
);
2828

2929
if (file_exists(base_path('.env'))) {

0 commit comments

Comments
 (0)