mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
whoops, win64 -> win_amd64
This commit is contained in:
parent
5d6d2d850c
commit
b9ba7b1b2e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user