|
@@ -35,7 +35,7 @@ if %pullnum% equ 0 (
|
|
|
)
|
|
|
cd ..
|
|
|
)
|
|
|
- if %pullnum% lss 15 (
|
|
|
+ if %pullnum% lss 14 (
|
|
|
goto MsgClone
|
|
|
)
|
|
|
)
|
|
@@ -69,7 +69,6 @@ if not exist WingSessionModule (git clone http://git.ius.plus:88/Project-Wing/Wi
|
|
|
if not exist WingRemedicalModule (git clone http://git.ius.plus:88/Project-Wing/WingRemedicalModule.git && echo;)
|
|
|
if not exist WingManagementModule (git clone http://git.ius.plus:88/Project-Wing/WingManagementModule.git && echo;)
|
|
|
if not exist WingEmailModule (git clone http://git.ius.plus:88/Project-Wing/WingEmailModule.git && echo;)
|
|
|
-if not exist WingServerTools (git clone http://git.ius.plus:88/Project-Wing/WingServerTools.git && echo;)
|
|
|
if not exist WingInternalInterface (git clone http://git.ius.plus:88/Project-Wing/WingInternalInterface.git && echo;)
|
|
|
if not exist WingRpcSDK (git clone http://git.ius.plus:88/Project-Wing/WingRpcSDK.git && echo;)
|
|
|
if not exist WingInterfaceLibrary (git clone http://git.ius.plus:88/Project-Wing/WingInterfaceLibrary.git && echo;)
|