mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-17 14:38:07 -04:00
wp-fdroid: Don't imply 32bit code does not work on 64bit systems
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user