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:
parent
c713df1dc7
commit
1faf0a1786
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user