Skip to content

Commit

Permalink
Merge branch 'factory-pkgType-patch' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
BuvinJ committed Feb 8, 2021
2 parents d062052 + 5fc0203 commit 27eb7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distbuilder/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def __ifwPkgId( self ):
return prod

def __ifwPkgType( self ):
if self.pkgType : return self.pkgType
if self.pkgType is not None: return self.pkgType
if self.__pkgPyInstConfig : return QtIfwPackage.Type.PY_INSTALLER
if self.pkgSrcExePath is None:
return ( QtIfwPackage.Type.DATA if self.binaryName is None else
Expand Down

0 comments on commit 27eb7f1

Please sign in to comment.