mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
wp-fdroid: Don't imply 32bit code does not work on 64bit systems
This commit is contained in:
parent
e99ae53538
commit
52e67fa2a1
@ -452,7 +452,7 @@ class FDroid
|
||||
$hasabis = isset($apk['nativecode']);
|
||||
if($hasabis) {
|
||||
$abis = str_replace(',', ' ', $apk['nativecode']);
|
||||
$out.="<p>This version uses native code and will only run on: ".$abis."</p>";
|
||||
$out.="<p>This version uses native code and is built for: ".$abis."</p>";
|
||||
}
|
||||
|
||||
// Is this source or binary?
|
||||
|
Loading…
Reference in New Issue
Block a user