5 lines
208 B
Batchfile
5 lines
208 B
Batchfile
set UArtifactName=IChaChaMutEngineV1
|
|
del %~dp0\..\System\%UArtifactName%.u
|
|
del %~dp0\System\%UArtifactName%.u
|
|
%~dp0\..\System\ucc.exe make %UArtifactName%
|
|
xcopy %~dp0\..\System\%UArtifactName%.u %~dp0\System\ |