|
| appFilename = Filename.fromOsSpecific(args[0]) |
|
| args |
|
string | authoremail = "" |
|
string | authorid = "" |
|
string | authorname = "" |
|
| basename |
|
bool | currentPlatform = False |
|
| deploy_mode = args[1].lower() |
|
list | DEPLOY_MODES = ["standalone", "installer", "html"] |
|
bool | failed = False |
|
string | 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() |
|
string | licensename = "" |
|
string | 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) |
|
string | shortname = "" |
|
| token = arg.strip().split("=", 1) |
|
dictionary | tokens = {} |
|
string | usageText |
|
string | version = "" |
|
| w |
|