mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Fix incorrect macOS minimum limit in alternate build
This commit is contained in:
parent
d33addcf82
commit
f4c4b64855
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