|
| | appFilename = Filename.fromOsSpecific(args[0]) |
| |
| | args |
| |
| str | authoremail = "" |
| |
| str | authorid = "" |
| |
| str | authorname = "" |
| |
| | basename |
| |
| bool | currentPlatform = False |
| |
| | deploy_mode = args[1].lower() |
| |
| list | DEPLOY_MODES = ["standalone", "installer", "html"] |
| |
| bool | failed = False |
| |
| str | fullname = "" |
| |
| | h |
| |
| | html = open(Filename(outputDir, shortname + ".html").toOsSpecific(), "w") |
| |
| | i = Installer(appFilename, shortname, fullname, version, tokens = tokens) |
| |
| | icon |
| |
| list | iconFiles = [] |
| |
| bool | includeRequires = False |
| |
| | licensefile = Filename() |
| |
| str | licensename = "" |
| |
| str | msg = 'illegal option: ' + flag |
| |
| | offerDesktopShortcut |
| |
| | offerRun |
| |
| bool | omitDefaultCheckboxes = False |
| |
| | opts |
| |
| | output = Filename(outputDir, platform + "/") |
| |
| | outputDir = Filename("./") |
| |
| | platform = PandaSystem.getPlatform() |
| |
| list | platforms = [] |
| |
| | s = Standalone(appFilename, tokens) |
| |
| str | shortname = "" |
| |
| | token = arg.strip().split("=", 1) |
| |
| dict | tokens = {} |
| |
| str | usageText |
| |
| str | version = "" |
| |
| | w |
| |