From b9ba7b1b2e3d52848d8c6a77d26237009d2ede1e Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 9 Oct 2012 16:43:26 +0000 Subject: [PATCH] whoops, win64 -> win_amd64 --- direct/src/p3d/DeploymentTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/p3d/DeploymentTools.py b/direct/src/p3d/DeploymentTools.py index c652be5d71..5fc042d6f1 100644 --- a/direct/src/p3d/DeploymentTools.py +++ b/direct/src/p3d/DeploymentTools.py @@ -1084,7 +1084,7 @@ class Installer: # Some global info print >>nsi, 'Name "%s"' % self.fullname print >>nsi, 'OutFile "%s"' % output.toOsSpecific() - if platform == 'win64': + if platform == 'win_amd64': print >>nsi, 'InstallDir "$PROGRAMFILES64\\%s"' % self.fullname else: print >>nsi, 'InstallDir "$PROGRAMFILES\\%s"' % self.fullname