OPENIDE fix android urls in getPlugins.bat

(cherry picked from commit 066cff3efb)
(cherry picked from commit 13dc8596e2)
This commit is contained in:
Nikita Iarychenko
2025-12-05 11:22:32 +04:00
parent 52426ad583
commit 6957288288
+2 -2
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
)