OPENIDE fix android urls in getPlugins.bat

This commit is contained in:
Nikita Iarychenko
2025-06-05 17:56:43 +04:00
parent c09cbc8831
commit afd5dd518c

View File

@@ -2,7 +2,7 @@
:ParseArgs
if "%~1" == "--shallow" (
call git clone https://git.haulmont.com/platform/open-ide/android.git android --depth 1
call git clone https://gitflic.ru/project/openide/android.git android --depth 1
) else (
call git clone https://git.haulmont.com/platform/open-ide/android.git android
call git clone https://gitflic.ru/project/openide/android.git android
)