Evito di chiamare una funzione con un controllo if.
This commit is contained in:
parent
d5f118f304
commit
11570940f7
@ -194,7 +194,7 @@ class Build(object):
|
||||
os.chmod('appimagetool', 0o755)
|
||||
|
||||
# Build the requested version.
|
||||
if self.queried_name:
|
||||
if self.queried_name and not self.portable:
|
||||
self.__unpackbuild__(arch, True)
|
||||
self.__unpackbuild__(arch)
|
||||
|
||||
|
Reference in New Issue
Block a user