add editor_sync tool
parent
036f0cce09
commit
54d6774f3c
|
@ -0,0 +1,7 @@
|
||||||
|
@echo off
|
||||||
|
cd %~dp0\..
|
||||||
|
pushd tools\
|
||||||
|
rd/q/s editor
|
||||||
|
xcopy/e/y ..\..\fwk-mirror\tools\editor editor\
|
||||||
|
popd
|
||||||
|
call tools\editor_rename.bat
|
Loading…
Reference in New Issue