mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix incorrect macOS minimum limit in alternate build
This commit is contained in:
parent
8a9535383c
commit
1dc728eb6c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ impl DistKind {
|
|||
"10.14.4"
|
||||
}
|
||||
}
|
||||
DistKind::Alternate => "10.13.14",
|
||||
DistKind::Alternate => "10.13.4",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue