Ancora correzioni allo script di dev.
This commit is contained in:
parent
c88e10b2ac
commit
2c60de03cb
2 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ class Build(object):
|
|||
os.chmod('appimagetool', 0o755)
|
||||
|
||||
# Build the requested version.
|
||||
if self.queried_name and not self.portable:
|
||||
if self.queried_name:
|
||||
self.__unpackbuild__(arch, True)
|
||||
self.__unpackbuild__(arch)
|
||||
|
||||
|
|
Reference in a new issue