mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
little warning
This commit is contained in:
parent
d620d2a998
commit
17925795bc
@ -246,6 +246,7 @@ elif deploy_mode == 'installer':
|
|||||||
if includeRequires:
|
if includeRequires:
|
||||||
tokens["verify_contents"] = "never"
|
tokens["verify_contents"] = "never"
|
||||||
i = Installer(appFilename, shortname, fullname, version, tokens = tokens)
|
i = Installer(appFilename, shortname, fullname, version, tokens = tokens)
|
||||||
|
i.includeRequires = includeRequires
|
||||||
i.licensename = licensename
|
i.licensename = licensename
|
||||||
i.licensefile = licensefile
|
i.licensefile = licensefile
|
||||||
if authorid:
|
if authorid:
|
||||||
@ -254,7 +255,9 @@ elif deploy_mode == 'installer':
|
|||||||
i.authorname = authorname
|
i.authorname = authorname
|
||||||
if authoremail:
|
if authoremail:
|
||||||
i.authoremail = authoremail
|
i.authoremail = authoremail
|
||||||
i.includeRequires = includeRequires
|
if not authorname or not authoremail or not authorid:
|
||||||
|
print "Using author \"%s\" <%s> with ID %s" % \
|
||||||
|
(i.authorname, i.authoremail, i.authorid)
|
||||||
|
|
||||||
if currentPlatform:
|
if currentPlatform:
|
||||||
platform = PandaSystem.getPlatform()
|
platform = PandaSystem.getPlatform()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user