diff --git a/direct/src/p3d/DeploymentTools.py b/direct/src/p3d/DeploymentTools.py index 23bc6c79cd..274260ee70 100644 --- a/direct/src/p3d/DeploymentTools.py +++ b/direct/src/p3d/DeploymentTools.py @@ -1071,7 +1071,7 @@ class Installer: icofile = Filename(Filename.getTempDirectory(), self.shortname + ".ico") icofile.unlink() Installer.notify.info("Generating %s.ico..." % self.shortname) - if not self.icon.writeICO(icofile): + if not self.icon.makeICO(icofile): icofile = None # Create the .nsi installer script