mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Fix default update= on ant builds
This commit is contained in:
parent
bf8518ee8f
commit
a566ee4475
2 changed files with 2 additions and 2 deletions
|
|
@ -312,7 +312,7 @@ class Build():
|
|||
for f in ['maven', 'gradle', 'kivy']:
|
||||
if self.get_flag(f):
|
||||
return f
|
||||
if build.output:
|
||||
if self.output:
|
||||
return 'raw'
|
||||
return 'ant'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue