浏览代码

whoops, win64 -> win_amd64

David Rose 13 年之前
父节点
当前提交
b9ba7b1b2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      direct/src/p3d/DeploymentTools.py

+ 1 - 1
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