mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
OPENIDE fix android urls in getPlugins.bat
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
:ParseArgs
|
:ParseArgs
|
||||||
if "%~1" == "--shallow" (
|
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 (
|
) 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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user