8 lines
319 B
Batchfile
8 lines
319 B
Batchfile
echo 开始copy
|
|
|
|
robocopy .\bin-release\web\r\js ..\..\release\avatertools\js /MIR
|
|
robocopy .\bin-release\web\r\resource ..\..\release\avatertools\resource /MIR
|
|
copy .\bin-release\web\r\index.html ..\..\release\avatertools\index.html
|
|
copy .\bin-release\web\r\manifest.json ..\..\release\avatertools\manifest.json
|
|
|
|
pause |