2
0
mirror of https://github.com/koreader/koreader synced 2024-11-04 12:00:25 +00:00

OTAManager: pick the right binaries on Android x86_64

This commit is contained in:
Frans de Jonge 2023-02-02 09:22:50 +01:00 committed by NiLuJe
parent c713df1dc7
commit 1faf0a1786

View File

@ -83,6 +83,8 @@ function OTAManager:getOTAModel()
return "android-arm64"
elseif arch == "x86" then
return "android-x86"
elseif arch == "x86_64" then
return "android-x86_64"
end
return "android"
elseif Device:isSDL() then