fix ci
This commit is contained in:
parent
09b823d637
commit
451d54d768
@ -664,7 +664,7 @@ pub fn default_video_save_directory() -> String {
|
|||||||
if let Ok(home) = config::APP_HOME_DIR.read() {
|
if let Ok(home) = config::APP_HOME_DIR.read() {
|
||||||
let mut path = home.to_owned();
|
let mut path = home.to_owned();
|
||||||
path.push_str("/RustDesk/ScreenRecord");
|
path.push_str("/RustDesk/ScreenRecord");
|
||||||
let dir = try_create(&std::path::Path::from(path));
|
let dir = try_create(&std::path::Path::new(&path));
|
||||||
if !dir.is_empty() {
|
if !dir.is_empty() {
|
||||||
return dir;
|
return dir;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user