-
Notifications
You must be signed in to change notification settings - Fork 1
/
ThinkEngine_Installer.bat
14 lines (13 loc) · 1.48 KB
/
ThinkEngine_Installer.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
xcopy /f "./bin/Debug/Editor/System.Runtime.CompilerServices.Unsafe.dll" "./ThinkEngine/Assets/ThinkEngineer/ThinkEngine/Plugins/ThinkEngineDLL/" /Y
xcopy /f "./bin/Debug/Editor/System.Numerics.Vectors.dll" "./ThinkEngine/Assets/ThinkEngineer/ThinkEngine/Plugins/ThinkEngineDLL/" /Y
xcopy /f "./bin/Debug/Editor/System.Memory.dll" "./ThinkEngine/Assets/ThinkEngineer/ThinkEngine/Plugins/ThinkEngineDLL/" /Y
xcopy /f "./bin/Debug/Editor/System.Collections.Immutable.dll" "./ThinkEngine/Assets/ThinkEngineer/ThinkEngine/Plugins/ThinkEngineDLL/" /Y
xcopy /f "./bin/Debug/Editor/System.Buffers.dll" "./ThinkEngine/Assets/ThinkEngineer/ThinkEngine/Plugins/ThinkEngineDLL/" /Y
xcopy /f "./bin/Debug/Editor/ThinkEngine.dll" "./ThinkEngine/Assets/ThinkEngineer/ThinkEngine/Plugins/ThinkEngineDLL/" /Y
xcopy /f "./bin/Debug//Standalone/ThinkEngine.dll" "./ThinkEngine/Assets/ThinkEngineer/ThinkEngine/Plugins/" /Y
xcopy /f "./bin/Debug/Editor/Antlr4.Runtime.Standard.dll" "./ThinkEngine/Assets/ThinkEngineer/ThinkEngine/Plugins/ThinkEngineDLL/" /Y
xcopy /f "./bin/Debug/dlv2.exe" "./ThinkEngine/Assets/StreamingAssets/ThinkEngineer/ThinkEngine/lib/" /Y
xcopy /f "./bin/Debug/Editor/ThinkEngine.dll.meta" "./ThinkEngine/Assets/ThinkEngineer/ThinkEngine/Plugins/ThinkEngineDLL/" /Y
xcopy /f "./bin/Debug/Editor/SensorTemplate.txt" "./ThinkEngine/Assets/Scripts/" /Y
xcopy /f "./bin/Debug/Standalone/ThinkEngine.dll.meta" "./ThinkEngine/Assets/ThinkEngineer/ThinkEngine/Plugins/" /Y
7z a ThinkEnginePlugin.zip .\ThinkEngine\*