mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
Fix for missing models/ dirs in packpanda games
This commit is contained in:
parent
e919f01b50
commit
18fb544b2b
@ -118,8 +118,8 @@ Section "${SMDIRECTORY}" SecCore
|
|||||||
|
|
||||||
!ifdef PPGAME
|
!ifdef PPGAME
|
||||||
|
|
||||||
SetOutPath $INSTDIR\models\audio
|
SetOutPath $INSTDIR\models
|
||||||
File /r /x CVS "${PANDA}\models\audio\*"
|
File /r /x CVS "${PANDA}\models\*"
|
||||||
SetOutPath $INSTDIR\bin
|
SetOutPath $INSTDIR\bin
|
||||||
File /r "${PANDA}\bin\eggcacher.exe"
|
File /r "${PANDA}\bin\eggcacher.exe"
|
||||||
SetOutpath $INSTDIR\game
|
SetOutpath $INSTDIR\game
|
||||||
|
Loading…
x
Reference in New Issue
Block a user