Bugfix for pdeploy -s

This commit is contained in:
rdb 2009-12-31 08:44:12 +00:00
parent ee9f7d73a2
commit 87dcb059cd

View File

@ -228,6 +228,7 @@ elif deploy_mode == 'installer':
i.licensefile = licensefile i.licensefile = licensefile
i.authorid = authorid i.authorid = authorid
i.authorname = authorname i.authorname = authorname
i.includeRequires = includeRequires
if currentPlatform: if currentPlatform:
platform = PandaSystem.getPlatform() platform = PandaSystem.getPlatform()