Browse Source

download.png

David Rose 16 years ago
parent
commit
f9caf8b01b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/plugin_installer/make_installer.py

+ 2 - 2
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')
         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):