fix ci #3328
This commit is contained in:
parent
706e080071
commit
88072a334f
@ -809,7 +809,7 @@ pub async fn get_key(sync: bool) -> String {
|
||||
};
|
||||
if key.is_empty() {
|
||||
#[cfg(windows)]
|
||||
if let Some(lic) = windows::get_license() {
|
||||
if let Some(lic) = crate::platform::windows::get_license() {
|
||||
return lic.key;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user