mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Generate gpg signatures with .asc extension
This commit is contained in:
parent
3cb4a80efb
commit
07006e4c00
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def main():
|
||||||
for apkfile in sorted(glob.glob(os.path.join(output_dir, '*.apk'))):
|
for apkfile in sorted(glob.glob(os.path.join(output_dir, '*.apk'))):
|
||||||
|
|
||||||
apkfilename = os.path.basename(apkfile)
|
apkfilename = os.path.basename(apkfile)
|
||||||
sigfilename = apkfilename + ".txt"
|
sigfilename = apkfilename + ".asc"
|
||||||
sigpath = os.path.join(output_dir, sigfilename)
|
sigpath = os.path.join(output_dir, sigfilename)
|
||||||
|
|
||||||
if not os.path.exists(sigpath):
|
if not os.path.exists(sigpath):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue