1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Only change Auto Name if new release

This commit is contained in:
Daniel Martí 2013-09-04 18:25:29 +02:00
parent a5704e5655
commit 277788898e

View File

@ -323,7 +323,6 @@ def main():
new_name = common.fetch_real_name(app_dir, flavour)
if new_name != app['Auto Name']:
app['Auto Name'] = new_name
writeit = True
if app['Current Version'].startswith('@string/'):
cv = common.version_name(app['Current Version'], app_dir, flavour)