Files
openide/getPlugins.bat
Nikita Iarychenko 61d7b297fd OPENIDE fix android urls in getPlugins.bat
(cherry picked from commit 066cff3efb)
(cherry picked from commit 13dc8596e2)
2025-10-29 13:27:24 +04:00

9 lines
217 B
Batchfile

@echo off
:ParseArgs
if "%~1" == "--shallow" (
call git clone https://gitflic.ru/project/openide/android.git android --depth 1
) else (
call git clone https://gitflic.ru/project/openide/android.git android
)