We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673fd83 commit f5e0cf7Copy full SHA for f5e0cf7
1 file changed
src-tauri/src/host.rs
@@ -143,6 +143,7 @@ impl HostProcess {
143
// set bin path for builtin tools
144
#[cfg(not(debug_assertions))]
145
{
146
+ use crate::dependency::UV_BIN_DIR;
147
let uvx_path = if cfg!(windows) {
148
UV_BIN_DIR.join("uvx.exe")
149
} else {
0 commit comments