fix ci #3328
This commit is contained in:
parent
706e080071
commit
88072a334f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue