Alcuni miglioramenti di ricerca delle build in path specifici.
This commit is contained in:
parent
6fe41c6e76
commit
8d8f2b6dc4
3 changed files with 65 additions and 31 deletions
|
@ -37,7 +37,7 @@ def build(arch, language, offline, portable, updatable, download, storage, check
|
|||
obj.download(download)
|
||||
obj.build()
|
||||
obj.checksums()
|
||||
obj.move()
|
||||
obj.publish()
|
||||
del obj
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Reference in a new issue