Skip to content

Commit

Permalink
Merge pull request #64 from huangzhhui/fix-windows-build
Browse files Browse the repository at this point in the history
Fix build on Windows
  • Loading branch information
huangzhhui authored Oct 17, 2022
2 parents f61f890 + 7262930 commit 07d09e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Command/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function handle()
$fullCommand = sprintf(
'cd %s && ' .
$composerNoDevCmd .
'%s -d phar.readonly=Off .\bin\hyperf.php phar:build --name=box-build.phar.tmp && cd .. && COPY /b %s + .\src\box-build.phar.tmp %s /y && rm .\src\box-build.phar.tmp',
'%s -d phar.readonly=Off .\bin\hyperf.php phar:build --name=box-build.phar.tmp && cd .. && COPY /b %s + .\src\box-build.phar.tmp %s /y && DEL .\src\box-build.phar.tmp',
$path,
$php,
$micro,
Expand Down

0 comments on commit 07d09e6

Please sign in to comment.