Sistemato codice per build.
This commit is contained in:
parent
dff74f0a35
commit
2405601d2d
|
@ -364,6 +364,8 @@ class Build(loaih.RemoteBuild):
|
|||
), env={ "VERSION": self.appversion }, check=True)
|
||||
|
||||
print(f"Built AppImage version {self.appversion}")
|
||||
# Setting it to built.
|
||||
self.built[arch] = True
|
||||
|
||||
# Cleanup phase, before new run.
|
||||
for deb in glob.glob(self.appnamedir + '/*.deb'):
|
||||
|
|
Loading…
Reference in New Issue