Cambiata la logica di build in caso di assenza di build.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
07a895c86c
commit
9d259c4aa5
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def build(arch, language, offline, portable, updatable, download_path, repo_path
|
|||
obj.download()
|
||||
obj.build()
|
||||
obj.checksums()
|
||||
if obj.remoterepo:
|
||||
if obj.remoterepo and obj.appnamedir:
|
||||
obj.generalize_and_link(obj.appnamedir)
|
||||
obj.publish()
|
||||
if not obj.remoterepo:
|
||||
|
|
Reference in a new issue