Fixed a pathname.
This commit is contained in:
parent
dd351b4e27
commit
2c6b5a566d
|
|
@ -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")
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue