ソースを参照

update zmp

master
sasgis 54年前
コミット
c24d9af18a
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
for /R /D %%d in (*.zmp) do rd /q %%d 2> nul
goto end
:CloneRepo
rd /s /q sas.maps


読み込み中…
キャンセル
保存