From f9caf8b01bce9bf3dd61aae0e029130f48ea5d61 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 14 Oct 2009 22:57:14 +0000 Subject: [PATCH] download.png --- direct/src/plugin_installer/make_installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/plugin_installer/make_installer.py b/direct/src/plugin_installer/make_installer.py index ce96ab6fa4..64c57fa12b 100755 --- a/direct/src/plugin_installer/make_installer.py +++ b/direct/src/plugin_installer/make_installer.py @@ -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):