Bugfix for pdeploy -s
This commit is contained in:
parent
ee9f7d73a2
commit
87dcb059cd
|
|
@ -228,6 +228,7 @@ elif deploy_mode == 'installer':
|
|||
i.licensefile = licensefile
|
||||
i.authorid = authorid
|
||||
i.authorname = authorname
|
||||
i.includeRequires = includeRequires
|
||||
|
||||
if currentPlatform:
|
||||
platform = PandaSystem.getPlatform()
|
||||
|
|
|
|||
Loading…
Reference in New Issue