summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-06-06 19:20:56 +0800
committerOpportunityLiu <[email protected]>2019-06-06 19:20:56 +0800
commit625ee243f954265baf280c4130ac96e331bd3e96 (patch)
treee1b173813c06b2eafe6f56c5049f77f49dada95a /xmake/scripts
parentd67139ef9cb3743e3146dd965586b3110e64b002 (diff)
fix
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/update-script.bat2
1 files changed, 1 insertions, 1 deletions
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