mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-19 13:44:52 +08:00
fix load mode build reversed bug
This commit is contained in:
parent
755d66c658
commit
ecbaecae42
@ -53,7 +53,7 @@ class BuildCommand extends Command
|
||||
|
||||
$this->build(
|
||||
$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 包构建完成');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user