1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

wp-fdroid: Don't imply 32bit code does not work on 64bit systems

This commit is contained in:
Boris Kraut 2015-08-28 16:10:24 +02:00
parent e99ae53538
commit 52e67fa2a1

View File

@ -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?