rename go-mod-frankenphp to go-xcaddy

This commit is contained in:
DubbleClick
2025-06-19 12:07:22 +07:00
parent a0047e3ad7
commit fbd6360bda
6 changed files with 20 additions and 20 deletions

View File

@@ -212,7 +212,7 @@ switch ($argv[1] ?? null) {
break;
case 'build_embed_cmd':
if ($frankenphp) {
passthru("{$prefix}install-pkg go-mod-frankenphp --debug", $retcode);
passthru("{$prefix}install-pkg go-xcaddy --debug", $retcode);
if ($retcode !== 0) {
break;
}