Sistemato codice per build.

This commit is contained in:
Emiliano Vavassori 2023-01-07 00:46:45 +01:00
parent dff74f0a35
commit 2405601d2d
1 changed files with 2 additions and 0 deletions

View File

@ -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'):