From e9b11611ea2c2c2c892938deee37797a5d10d296 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Wed, 5 Jun 2019 14:18:10 +0800 Subject: install script --- xmake/scripts/update-script.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 xmake/scripts/update-script.bat (limited to 'xmake/scripts/update-script.bat') diff --git a/xmake/scripts/update-script.bat b/xmake/scripts/update-script.bat new file mode 100644 index 000000000..f0df7c1bd --- /dev/null +++ b/xmake/scripts/update-script.bat @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.3.1