mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 08:35:35 +08:00
fix load mode build reversed bug
This commit is contained in:
@@ -53,7 +53,7 @@ class BuildCommand extends Command
|
|||||||
|
|
||||||
$this->build(
|
$this->build(
|
||||||
$target,
|
$target,
|
||||||
LOAD_MODE === LOAD_MODE_VENDOR ? 'src/entry.php' : 'vendor/zhamao/framework/src/entry.php',
|
LOAD_MODE === LOAD_MODE_SRC ? 'src/entry.php' : 'vendor/zhamao/framework/src/entry.php',
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->info('Phar 包构建完成');
|
$this->info('Phar 包构建完成');
|
||||||
|
|||||||
Reference in New Issue
Block a user