mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 20:16:28 +00:00
fix ci
This commit is contained in:
@@ -1337,7 +1337,7 @@ impl<T: InvokeUiSession> Interface for Session<T> {
|
|||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
{
|
{
|
||||||
let mut path = std::env::temp_dir();
|
let mut path = std::env::temp_dir();
|
||||||
path.push(&self.id);
|
path.push(self.get_id());
|
||||||
let path = path.with_extension(crate::get_app_name().to_lowercase());
|
let path = path.with_extension(crate::get_app_name().to_lowercase());
|
||||||
std::fs::File::create(&path).ok();
|
std::fs::File::create(&path).ok();
|
||||||
if let Some(path) = path.to_str() {
|
if let Some(path) = path.to_str() {
|
||||||
|
|||||||
Reference in New Issue
Block a user