File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ rem ============================================================================
1616cd %ProjectPath%
1717git checkout version1
1818del %ProjectPath% \Assets\AndroidIl2cppPatchDemo\PrebuiltPatches\AllAndroidPatchFiles_Version1.zip
19- %BuildCmd% -executeMethod AndroidBuilder.BuildPatch
19+ %BuildCmd% -executeMethod AndroidBuilder.BuildPatch -logFile build_version1.log
2020if not exist " %ProjectPath% \Assets\AndroidIl2cppPatchDemo\PrebuiltPatches\AllAndroidPatchFiles_Version1.zip" (
2121 echo " Build Version1 Failed!"
2222 pause
@@ -31,7 +31,7 @@ rem ============================================================================
3131cd %ProjectPath%
3232git checkout version2
3333del %ProjectPath% \Assets\AndroidIl2cppPatchDemo\PrebuiltPatches\AllAndroidPatchFiles_Version2.zip
34- %BuildCmd% -executeMethod AndroidBuilder.BuildPatch
34+ %BuildCmd% -executeMethod AndroidBuilder.BuildPatch -logFile build_version2.log
3535if not exist " %ProjectPath% \Assets\AndroidIl2cppPatchDemo\PrebuiltPatches\AllAndroidPatchFiles_Version2.zip" (
3636 echo " Build Version2 Failed!"
3737 pause
@@ -45,7 +45,7 @@ rem ============================================================================
4545
4646cd %ProjectPath%
4747git checkout master
48- %BuildCmd% -executeMethod AndroidBuilder.BuildWithoutPatch
48+ %BuildCmd% -executeMethod AndroidBuilder.BuildWithoutPatch -logFile build_version0.log
4949if not exist " %ProjectPath% \AndroidGradleProject\Test\src\main\bin\com.test.test.apk" (
5050 echo " Build Failed! Please Rerun %ProjectPath% \AndroidGradleProject\Test\src\main\build_apk.bat to check the error."
5151 exit -1
You can’t perform that action at this time.
0 commit comments