mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-25 00:35:02 -04:00
don't do mac stuff on non-macs! (#804)
This commit is contained in:
@@ -99,6 +99,7 @@ pub async fn open_file_path_with(
|
||||
return Err(())
|
||||
};
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
unsafe {
|
||||
sd_desktop_macos::open_file_path_with(
|
||||
&path.to_str().unwrap().into(),
|
||||
|
||||
Reference in New Issue
Block a user