Преглед изворни кода

Shouldn't need samples to build an install.

Bei Yang пре 16 година
родитељ
комит
067fc6219d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      direct/src/directscripts/packpanda.nsi

+ 1 - 1
direct/src/directscripts/packpanda.nsi

@@ -165,7 +165,7 @@ Section "${SMDIRECTORY}" SecCore
             SetOutPath $INSTDIR\models
             SetOutPath $INSTDIR\models
             File /r /x CVS "${PANDA}\models\*"
             File /r /x CVS "${PANDA}\models\*"
             SetOutPath $INSTDIR\samples
             SetOutPath $INSTDIR\samples
-            File /r /x CVS "${PSOURCE}\samples\*"
+            File /nonfatal /r /x CVS "${PSOURCE}\samples\*"
             MessageBox MB_YESNO|MB_ICONQUESTION \
             MessageBox MB_YESNO|MB_ICONQUESTION \
                "EGG caching is about to begin.$\nThis process may take a couple minute and approximately 270 MB of RAM.$\nWARNING : It might stuck if your computer resources are low.$\n$\nDo you really want to do this optional step ?" \
                "EGG caching is about to begin.$\nThis process may take a couple minute and approximately 270 MB of RAM.$\nWARNING : It might stuck if your computer resources are low.$\n$\nDo you really want to do this optional step ?" \
                IDNO SkipCaching
                IDNO SkipCaching