mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Recognise published .asc signatures in web repo browser
This commit is contained in:
parent
07006e4c00
commit
dc8eb49b31
1 changed files with 2 additions and 2 deletions
|
@ -464,8 +464,8 @@ class FDroid
|
||||||
$out.=$diffSize>0?'+':'';
|
$out.=$diffSize>0?'+':'';
|
||||||
$out.=$this->human_readable_size($diffSize, 1).')</span>';
|
$out.=$this->human_readable_size($diffSize, 1).')</span>';
|
||||||
}
|
}
|
||||||
if(file_exists($this->site_path.'/repo/'.$apk['apkname'].'.txt')) {
|
if(file_exists($this->site_path.'/repo/'.$apk['apkname'].'.asc')) {
|
||||||
$out.=' <a href="https://f-droid.org/repo/'.$apk['apkname'].'.txt">GPG Signature</a> ';
|
$out.=' <a href="https://f-droid.org/repo/'.$apk['apkname'].'.asc">GPG Signature</a> ';
|
||||||
}
|
}
|
||||||
if($srcbuild) {
|
if($srcbuild) {
|
||||||
$out.='<br /><a href="https://f-droid.org/repo/'.$apk['srcname'].'">source tarball</a> ';
|
$out.='<br /><a href="https://f-droid.org/repo/'.$apk['srcname'].'">source tarball</a> ';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue