mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
download.png
This commit is contained in:
parent
5407d2d969
commit
f9caf8b01b
@ -79,12 +79,12 @@ if not options.nsis or not options.license:
|
|||||||
options.license = os.path.join(PANDA, 'LICENSE')
|
options.license = os.path.join(PANDA, 'LICENSE')
|
||||||
|
|
||||||
if not options.welcome_image:
|
if not options.welcome_image:
|
||||||
filename = Filename('plugin_images/download.jpg')
|
filename = Filename('plugin_images/download.png')
|
||||||
found = filename.resolveFilename(getModelPath().getValue())
|
found = filename.resolveFilename(getModelPath().getValue())
|
||||||
if not found:
|
if not found:
|
||||||
found = filename.resolveFilename("models")
|
found = filename.resolveFilename("models")
|
||||||
if not found:
|
if not found:
|
||||||
sys.exit("Couldn't find download.jpg for welcome_image.")
|
sys.exit("Couldn't find download.png for welcome_image.")
|
||||||
options.welcome_image = filename
|
options.welcome_image = filename
|
||||||
|
|
||||||
def parseDependenciesWindows(tempFile):
|
def parseDependenciesWindows(tempFile):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user