diff --git a/src/daemon/toolchain_templates.py b/src/daemon/toolchain_templates.py index c6f0af8..bba8a88 100644 --- a/src/daemon/toolchain_templates.py +++ b/src/daemon/toolchain_templates.py @@ -12,7 +12,7 @@ from typing import Dict logger = logging.getLogger(__name__) -TEMPLATES_DIR = Path(__file__).parent.parent / "templates" / "toolchain" +TEMPLATES_DIR = Path(__file__).parent.parent.parent / "templates" / "toolchain" # 模板文件名映射 _TEMPLATE_MAP: Dict[str, str] = {