mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
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")
|
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")
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user