File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ cd %ProjectPath%
5050git reset HEAD --hard
5151git checkout 2020_3_base
5252%BuildCmd% -executeMethod AndroidBuilder.BuildWithoutPatch -logFile build_version0.log
53- if not exist " %ProjectPath% \AndroidGradleProject_v1.0\Test\src\main\bin\com.test.test .apk" (
53+ if not exist " %ProjectPath% \AndroidGradleProject_v1.0\cn.noodle1983.unitypatchdemo .apk" (
5454 echo " Build Failed! Please Rerun %ProjectPath% \AndroidGradleProject_v1.0\Test\src\main\build_apk.bat to check the error."
5555 exit -1
5656)
5757
58- copy /Y %ProjectPath% \AndroidGradleProject_v1.0\Test\src\main\bin\com.test.test .apk %ScriptPath% \Il2cppDemo_com.test.test.apk
58+ copy /Y %ProjectPath% \AndroidGradleProject_v1.0\cn.noodle1983.unitypatchdemo .apk %ScriptPath% \Il2cppDemo_com.test.test.apk
5959echo " Done!"
6060exit 0
You can’t perform that action at this time.
0 commit comments