Skip to content

Commit abbbb1d

Browse files
committed
Let the installer copy the new 'panda3d' tree instead of the panda3d.py file.
1 parent 7e455e0 commit abbbb1d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

direct/src/directscripts/packpanda.nsi

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,19 @@ Section "${SMDIRECTORY}" SecCore
103103
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\filter\*.sha"
104104
SetOutPath $INSTDIR\direct
105105
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\*.py"
106-
SetOutPath $INSTDIR
107-
File "${PSOURCE}\panda3d.py"
108106
!else
109107
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\src\directscripts\*"
110108
SetOutPath $INSTDIR\direct\filter
111109
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\src\filter\*.sha"
112110
SetOutPath $INSTDIR\direct
113111
File /r /x CVS /x Opt?-Win32 "${PSOURCE}\direct\src\*.py"
114112
File "${PANDA}\tmp\__init__.py"
115-
SetOutPath $INSTDIR
116-
File "${PSOURCE}\direct\src\ffi\panda3d.py"
117113
!endif
118114
SetOutPath $INSTDIR\pandac
119115
File /r "${PANDA}\pandac\*.py"
116+
SetOutPath $INSTDIR\panda3d
117+
File /r "${PANDA}\panda3d\*.py"
118+
File /r "${PANDA}\panda3d\*.pyd"
120119
SetOutPath $INSTDIR\python
121120
File /r "${PANDA}\python\*"
122121
RMDir /r "$SMPROGRAMS\${SMDIRECTORY}"

0 commit comments

Comments
 (0)