Skip to content

Commit f5e0cf7

Browse files
committed
fix: release build for tauri
1 parent 673fd83 commit f5e0cf7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src-tauri/src/host.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ impl HostProcess {
143143
// set bin path for builtin tools
144144
#[cfg(not(debug_assertions))]
145145
{
146+
use crate::dependency::UV_BIN_DIR;
146147
let uvx_path = if cfg!(windows) {
147148
UV_BIN_DIR.join("uvx.exe")
148149
} else {

0 commit comments

Comments
 (0)