summaryrefslogtreecommitdiff
path: root/xmake/scripts/update-script.bat
blob: f0df7c1bdf326b04ecd76bfc6dc9f29804fe820a (plain)
1
2
3
4
5
6
7
@echo off

echo Removing old files
cd "%~1"
del actions core includes languages modules platforms plugins repository rules scripts templates themes /S /Q /F >nul
echo Copying from temp directory to "%~1"
xcopy "%~2" "%~1" /S /Y /Q >nul