mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -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')
|
||||
|
||||
if not options.welcome_image:
|
||||
filename = Filename('plugin_images/download.jpg')
|
||||
filename = Filename('plugin_images/download.png')
|
||||
found = filename.resolveFilename(getModelPath().getValue())
|
||||
if not found:
|
||||
found = filename.resolveFilename("models")
|
||||
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
|
||||
|
||||
def parseDependenciesWindows(tempFile):
|
||||
|
Loading…
x
Reference in New Issue
Block a user