1
0
Fork 0

Mancata creazione directory di build.

This commit is contained in:
Emiliano Vavassori 2022-04-08 01:05:14 +02:00
parent 648883d514
commit dc620f4b09
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class Build(object):
# Preparation tasks
self.appnamedir = os.path.join(self.builddir, self.appname)
os.makedirs(self.appnamedir, exist_ok=True)
# And then cd to the appname folder.
os.chdir(self.appnamedir)
# Download appimagetool from github