1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/openziproject-OpenZIEditor

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
gitupdate.bat 748
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
JJCoder Отправлено 11.03.2024 10:35 224d61d
@echo off
REM chcp 936 > nul
REM setlocal enabledelayedexpansion
set "ProjectRoot=%cd%"
if exist "%ProjectRoot%\Binaries" (
rd /s /q "%ProjectRoot%\Binaries"
)
if exist "%ProjectRoot%\Intermediate" (
rd /s /q "%ProjectRoot%\Intermediate"
)
if exist "%ProjectRoot%\Saved" (
rd /s /q "%ProjectRoot%\Saved"
)
if exist "%ProjectRoot%\DerivedDataCache" (
rd /s /q "%ProjectRoot%\DerivedDataCache"
)
for /r "%ProjectRoot%\Plugins" %%i in (.) do (
if exist "%%i\Binaries" (
rd /s /q "%%i\Binaries"
)
if exist "%%i\Intermediate" (
rd /s /q "%%i\Intermediate"
)
)
REM pause
echo Clean up completed
echo on
git submodule init
git submodule update --progress --init --remote --recursive
git pull
pause

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/openziproject-OpenZIEditor.git
git@api.gitlife.ru:oschina-mirror/openziproject-OpenZIEditor.git
oschina-mirror
openziproject-OpenZIEditor
openziproject-OpenZIEditor
5.0