mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
fix load mode build reversed bug
This commit is contained in:
@@ -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 包构建完成');
|
||||
|
||||
Reference in New Issue
Block a user