Mancata creazione directory di build.
This commit is contained in:
parent
648883d514
commit
dc620f4b09
@ -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
|
||||
|
Reference in New Issue
Block a user