mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Correction to previous commit
This commit is contained in:
parent
6f12a58a44
commit
db579a4eba
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
|
@ -192,7 +192,7 @@ for app in apps:
|
|||
sys.exit(1)
|
||||
|
||||
# Generate (or update) the ant build file, build.xml...
|
||||
if thisbuild.get('update', 'yes') != 'yes':
|
||||
if thisbuild.get('update', 'yes') == 'yes':
|
||||
parms = ['android','update','project','-p','.']
|
||||
parms.append('--subprojects')
|
||||
if thisbuild.has_key('target'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue