fix: 输出完整归档日志
This commit is contained in:
@@ -787,7 +787,6 @@ async def build_project(task_id: str, task, config_data: dict, build_dir: Path)
|
||||
"-archivePath", str(archive_path),
|
||||
"-derivedDataPath", str(export_path / "derived_data"),
|
||||
"-destination", "generic/platform=ios",
|
||||
"-quiet",
|
||||
cwd=str(build_dir),
|
||||
stdout=asyncio.subprocess.PIPE,
|
||||
stderr=asyncio.subprocess.STDOUT,
|
||||
|
||||
Reference in New Issue
Block a user