소스 검색

update zmp

master
sasgis 54 년 전
부모
커밋
f46ce91660
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Update.cmd

+ 1
- 1
Update.cmd 파일 보기

@@ -14,7 +14,7 @@ goto err
hg pull "https://bitbucket.org/vdemidov/sas.maps/" -u -f
IF ERRORLEVEL 1 goto err
IF NOT ERRORLEVEL 0 goto err
@for /R /D %d in (*.zmp) do rd /q %d > nul
for /R /D %%d in (*.zmp) do rd /q %%d
goto end
:CloneRepo
rd /s /q sas.maps


불러오는 중...
취소
저장