download.png

This commit is contained in:
David Rose 2009-10-14 22:57:14 +00:00
parent 5407d2d969
commit f9caf8b01b

View File

@ -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):