Skip to content

Commit c90392c

Browse files
SonAIengineclaude
andcommitted
fix(ci): externalBin 제거 — graph-tool-call은 시스템 PATH에서 실행
graph-tool-call은 Python 패키지(uv tool install)이므로 Tauri externalBin 번들링이 아닌 런타임 PATH 탐색 방식 사용 (tool_search.rs에서 which/PATH로 바이너리 탐색 로직 이미 구현됨) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f157adc commit c90392c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
"icons/128x128@2x.png",
3131
"icons/icon.icns",
3232
"icons/icon.ico"
33-
],
34-
"externalBin": [
35-
"binaries/graph-tool-call"
3633
]
3734
}
3835
}

0 commit comments

Comments
 (0)