mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 01:00:29 +03:00
index: manual black format
This commit is contained in:
parent
d00a87ed6c
commit
9716b5e1ab
1 changed files with 2 additions and 3 deletions
|
|
@ -1825,9 +1825,8 @@ def make_altstore(apps, apks, config, repodir, pretty=False):
|
|||
|
||||
# populate 'versions'
|
||||
for apk in apks:
|
||||
if apk['packageName'] == packageName and apk.get(
|
||||
'apkName', ''
|
||||
).lower().endswith('.ipa'):
|
||||
last4 = apk.get('apkName', '').lower()[-4:]
|
||||
if apk['packageName'] == packageName and last4 == '.ipa':
|
||||
v = {
|
||||
"version": apk["versionName"],
|
||||
"date": apk["added"].isoformat(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue