Skip to content

Commit e351a8c

Browse files
committed
fix windows builds
1 parent f8ee6c0 commit e351a8c

File tree

1 file changed

+2
-1
lines changed
  • src-tauri/cli/src/bin

1 file changed

+2
-1
lines changed

src-tauri/cli/src/bin/dg.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
use core::fmt;
2+
#[cfg(not(windows))]
3+
use std::os::unix::fs::PermissionsExt;
24
use std::{
35
fs::{create_dir, OpenOptions},
46
net::IpAddr,
5-
os::unix::fs::PermissionsExt,
67
path::{Path, PathBuf},
78
str::FromStr,
89
sync::Arc,

0 commit comments

Comments
 (0)