CopyData.bat 306 B

1234567
  1. :: Only call this when using "Android" as build tree and the host system does not have the capability to create symbolic link
  2. md assets\Data
  3. xcopy ..\bin\Data\*.* assets\Data /S /E /C /Y
  4. md assets\CoreData
  5. xcopy ..\bin\CoreData\*.* assets\CoreData /S /E /C /Y
  6. rd /S /Q assets\CoreData\Shaders\HLSL