From eb9557e1094b04cb4567bfcc2c4a4350eb0016de Mon Sep 17 00:00:00 2001 From: jiepengtan Date: Fri, 22 Nov 2019 09:58:00 +0800 Subject: [PATCH] [+] update tools --- CopySrc2Test | 1 + 1 file changed, 1 insertion(+) diff --git a/CopySrc2Test b/CopySrc2Test index 20189bb..28ef061 100644 --- a/CopySrc2Test +++ b/CopySrc2Test @@ -8,6 +8,7 @@ find ./Engine.Editor/ -name '*.meta' -type f | xargs rm -f find ./Engine.View/ -name '*.meta' -type f | xargs rm -f find ./Engine.LockstepEngine/ -name '*.meta' -type f | xargs rm -f rm -rf ./Test.Unity/Assets/* +mkdir -p ./Test.Unity/Assets/ cp -rf ./Engine.Editor ./Test.Unity/Assets/ cp -rf ./Engine.View ./Test.Unity/Assets/ cp -rf ./Engine.LockstepEngine ./Test.Unity/Assets/