mirror of
https://github.com/enduro2d/enduro2d-bootstrap.git
synced 2025-12-14 12:18:47 +07:00
fix code after engine update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
set SCRIPT_DIR=%~dp0%
|
||||
%SCRIPT_DIR%\build_debug.bat || goto :error
|
||||
%SCRIPT_DIR%\build_release.bat || goto :error
|
||||
call %SCRIPT_DIR%\build_debug.bat || goto :error
|
||||
call %SCRIPT_DIR%\build_release.bat || goto :error
|
||||
|
||||
goto :EOF
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
git submodule init
|
||||
git submodule update
|
||||
git pull --recurse-submodules
|
||||
git submodule update --remote --recursive
|
||||
git submodule update --init --remote --recursive
|
||||
|
||||
Reference in New Issue
Block a user