Fix micro upx compress bug (#440)

* triple compression for micro with upx

* place debug info first
This commit is contained in:
Jerry Ma
2024-05-06 14:12:40 +08:00
committed by GitHub
parent 954f8f4ddc
commit bde18054e5
3 changed files with 64 additions and 1 deletions

View File

@@ -131,8 +131,8 @@ class BuildCliCommand extends BuildCommand
if (!empty($not_included)) {
$indent_texts['Extra Exts (' . count($not_included) . ')'] = implode(', ', $not_included);
}
$this->printFormatInfo($indent_texts);
$this->printFormatInfo($this->getDefinedEnvs(), true);
$this->printFormatInfo($indent_texts);
logger()->notice('Build will start after 2s ...');
sleep(2);