Fixed a pathname.

This commit is contained in:
Josh Yelon 2005-11-18 20:21:21 +00:00
parent dd351b4e27
commit 2c6b5a566d

View File

@ -136,7 +136,7 @@ if (os.path.isfile(LICENSE)==0):
LICENSE=os.path.join(PANDA,"LICENSE")
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")
##############################################################################
#