mirror of https://github.com/axmolengine/axmol.git
fix incomplete copy
This commit is contained in:
parent
312d761390
commit
f861d6d2fc
|
@ -85,7 +85,7 @@ rem copy Resources/* into assets' root
|
|||
xcopy /e /q /r /y %RESROUCE_ROOT%\* %APP_ANDROID_ROOT%\assets
|
||||
|
||||
rem copy bindings/*.js into assets' root
|
||||
xcopy /e /q /r /y %BINDINGS_JS_ROOT%\*.js %APP_ANDROID_ROOT%\assets
|
||||
xcopy /e /q /r /y %BINDINGS_JS_ROOT%\* %APP_ANDROID_ROOT%\assets
|
||||
|
||||
call %NDK_ROOT%\ndk-build.cmd %PARALLEL_BUILD_FLAG% NDK_LOG=0 V=0
|
||||
pause
|
||||
pause
|
||||
|
|
Loading…
Reference in New Issue