Skip to content

Commit f5327c2

Browse files
committed
fix: build fail in mac
1 parent 5cc15d8 commit f5327c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ fn remove_version_from_url(url: &str) -> String {
227227
}
228228

229229
#[cfg(target_os = "macos")]
230-
use std::sync::{Arc, Mutex};
230+
use std::sync::{Arc};
231231

232232
#[cfg(target_os = "macos")]
233233
use lazy_static::lazy_static;

0 commit comments

Comments
 (0)