mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-12 13:40:19 +07:00
OPENIDE fix android urls in getPlugins.bat
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user