mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
Always write Auto Name changes
This commit is contained in:
parent
524404db61
commit
06d75f8473
1 changed files with 1 additions and 0 deletions
|
|
@ -420,6 +420,7 @@ def main():
|
||||||
new_name = common.fetch_real_name(app_dir, flavour)
|
new_name = common.fetch_real_name(app_dir, flavour)
|
||||||
if new_name != app['Auto Name']:
|
if new_name != app['Auto Name']:
|
||||||
app['Auto Name'] = new_name
|
app['Auto Name'] = new_name
|
||||||
|
writeit = True
|
||||||
|
|
||||||
if app['Current Version'].startswith('@string/'):
|
if app['Current Version'].startswith('@string/'):
|
||||||
cv = common.version_name(app['Current Version'], app_dir, flavour)
|
cv = common.version_name(app['Current Version'], app_dir, flavour)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue