mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 00:33:19 +03:00
fix ci #3328
This commit is contained in:
@@ -809,7 +809,7 @@ pub async fn get_key(sync: bool) -> String {
|
|||||||
};
|
};
|
||||||
if key.is_empty() {
|
if key.is_empty() {
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
if let Some(lic) = windows::get_license() {
|
if let Some(lic) = crate::platform::windows::get_license() {
|
||||||
return lic.key;
|
return lic.key;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user