mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Don't place UCM:Static in apps to update
This commit is contained in:
parent
b7425d7253
commit
1452a55642
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ def update_wiki(apps, apks, verbose=False):
|
|||
wikidata += "\n[[Category:Apps we can't update]]\n"
|
||||
elif buildfails and not app['Disabled']:
|
||||
wikidata += "\n[[Category:Apps with failing builds]]\n"
|
||||
elif not gotcurrentver and not app['Disabled']:
|
||||
elif not gotcurrentver and not app['Disabled'] and app['Update Check Mode'] != "Static":
|
||||
wikidata += '\n[[Category:Apps to Update]]\n'
|
||||
if app['Disabled']:
|
||||
wikidata += '\n[[Category:Apps that are disabled]]\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue