From 625ee243f954265baf280c4130ac96e331bd3e96 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Thu, 6 Jun 2019 19:20:56 +0800 Subject: fix --- xmake/scripts/update-script.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/update-script.bat') diff --git a/xmake/scripts/update-script.bat b/xmake/scripts/update-script.bat index f0df7c1bd..760db0817 100644 --- a/xmake/scripts/update-script.bat +++ b/xmake/scripts/update-script.bat @@ -1,7 +1,7 @@ @echo off echo Removing old files -cd "%~1" +cd /d "%~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