mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
fix one minor typo
This commit is contained in:
parent
3603ccee19
commit
c9a80e8076
@ -1071,7 +1071,7 @@ class Installer:
|
|||||||
icofile = Filename(Filename.getTempDirectory(), self.shortname + ".ico")
|
icofile = Filename(Filename.getTempDirectory(), self.shortname + ".ico")
|
||||||
icofile.unlink()
|
icofile.unlink()
|
||||||
Installer.notify.info("Generating %s.ico..." % self.shortname)
|
Installer.notify.info("Generating %s.ico..." % self.shortname)
|
||||||
if not self.icon.writeICO(icofile):
|
if not self.icon.makeICO(icofile):
|
||||||
icofile = None
|
icofile = None
|
||||||
|
|
||||||
# Create the .nsi installer script
|
# Create the .nsi installer script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user