Browse Source

Fixed a pathname.

Josh Yelon 20 years ago
parent
commit
2c6b5a566d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directscripts/packpanda.py

+ 1 - 1
direct/src/directscripts/packpanda.py

@@ -136,7 +136,7 @@ if (os.path.isfile(LICENSE)==0):
   LICENSE=os.path.join(PANDA,"LICENSE")
   LICENSE=os.path.join(PANDA,"LICENSE")
 
 
 if (os.path.isfile(BITMAP)==0):
 if (os.path.isfile(BITMAP)==0):
-  BITMAP=os.path.join(NSIS,"Contrib","Modern UI","Graphics","Wizard","nsis.bmp")
+  BITMAP=os.path.join(NSIS,"Contrib","Graphics","Wizard","nsis.bmp")
 
 
 ##############################################################################
 ##############################################################################
 #
 #