1
0
Fork 0

Evito di chiamare una funzione con un controllo if.

This commit is contained in:
Emiliano Vavassori 2022-03-30 02:06:24 +02:00
parent d5f118f304
commit 11570940f7
1 changed files with 1 additions and 1 deletions

View File

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