mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Fix error in build.py
This commit is contained in:
parent
f46253a79f
commit
593a94ea7f
1 changed files with 1 additions and 1 deletions
|
@ -1006,7 +1006,7 @@ def main():
|
||||||
# different than for the standard metadata/ layout because expectations
|
# different than for the standard metadata/ layout because expectations
|
||||||
# are different. In this case, the most common user will be the app
|
# are different. In this case, the most common user will be the app
|
||||||
# developer working on the latest update of the app on their own machine.
|
# developer working on the latest update of the app on their own machine.
|
||||||
local_metadata_files = common.get_local_local_metadata_files()
|
local_metadata_files = common.get_local_metadata_files()
|
||||||
if len(local_metadata_files) == 1: # there is local metadata in an app's source
|
if len(local_metadata_files) == 1: # there is local metadata in an app's source
|
||||||
config = dict(common.default_config)
|
config = dict(common.default_config)
|
||||||
# `fdroid build` should build only the latest version by default since
|
# `fdroid build` should build only the latest version by default since
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue