File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ Here is an example of installing the tool:
512
512
513
513
- Download and install UPX (Linux and Windows only): ` bin/spc install-pkg upx `
514
514
- Download and install nasm (Windows only): ` bin/spc install-pkg nasm `
515
- - Download and install go-mod-frankenphp : ` bin/spc install-pkg go-mod-frankenphp `
515
+ - Download and install go-xcaddy : ` bin/spc install-pkg go-xcaddy `
516
516
517
517
## Command - del-download
518
518
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ bin/spc dev:sort-config ext
460
460
461
461
- 下载安装 UPX(仅限 Linux 和 Windows): ` bin/spc install-pkg upx `
462
462
- 下载安装 nasm(仅限 Windows): ` bin/spc install-pkg nasm `
463
- - 下载安装 go-mod-frankenphp : ` bin/spc install-pkg go-mod-frankenphp `
463
+ - 下载安装 go-xcaddy : ` bin/spc install-pkg go-xcaddy `
464
464
465
465
## 命令 del-download - 删除已下载的资源
466
466
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ protected function buildFrankenphp(): void
317
317
$ nowatcher = $ this ->getLib ('watcher ' ) === null ? ',nowatcher ' : '' ;
318
318
$ xcaddyModules = getenv ('SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES ' );
319
319
// make it possible to build from a different frankenphp directory!
320
- if (!str_contains ($ xcaddyModules , '--with github.com/php /frankenphp ' )) {
320
+ if (!str_contains ($ xcaddyModules , '--with github.com/dunglas /frankenphp ' )) {
321
321
$ xcaddyModules = '--with github.com/dunglas/frankenphp ' . $ xcaddyModules ;
322
322
}
323
323
if ($ this ->getLib ('brotli ' ) === null && str_contains ($ xcaddyModules , '--with github.com/dunglas/caddy-cbrotli ' )) {
You can’t perform that action at this time.
0 commit comments