|
@@ -35,7 +35,7 @@ if %pullnum% equ 0 (
|
|
|
)
|
|
|
cd ..
|
|
|
)
|
|
|
- if %pullnum% lss 14 (
|
|
|
+ if %pullnum% lss 15 (
|
|
|
goto MsgClone
|
|
|
)
|
|
|
)
|
|
@@ -74,6 +74,7 @@ if not exist WingInternalInterface (git clone http://git.ius.plus:88/Project-Win
|
|
|
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;)
|
|
|
if not exist WingCloudServer (git clone http://git.ius.plus:88/Project-Wing/WingCloudServer.git && echo;)
|
|
|
+if not exist DeviceService (git clone http://git.ius.plus:88/Project-Wing/DeviceService.git && echo;)
|
|
|
|
|
|
echo Finished!
|
|
|
pause>nul
|