Functions |
| def | usage |
Variables |
| tuple | appFilename = Filename.fromOsSpecific(args[0]) |
| string | authoremail = "" |
| string | authorid = "" |
| string | authorname = "" |
| | currentPlatform = False |
| list | deploy_mode = args[1] |
| list | DEPLOY_MODES = ["standalone", "installer", "html"] |
| | failed = False |
| string | fullname = "" |
| tuple | html = open(Filename(outputDir, shortname + ".html").toOsSpecific(), "w") |
| tuple | i = Installer(appFilename, shortname, fullname, version, tokens = tokens) |
| list | iconFiles = [] |
| | includeRequires = False |
| tuple | licensefile = Filename() |
| string | licensename = "" |
| string | msg = 'illegal option: ' |
| tuple | output = Filename(outputDir, platform + "/") |
| tuple | outputDir = Filename("./") |
| tuple | platform = PandaSystem.getPlatform() |
| list | platforms = [] |
| tuple | s = Standalone(appFilename, tokens) |
| string | shortname = "" |
| tuple | token = arg.strip() |
| dictionary | tokens = {} |
| string | usageText |
| string | version = "" |