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%
50
50
git reset HEAD --hard
51
51
git checkout 2020_3_base
52
52
%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" (
54
54
echo " Build Failed! Please Rerun %ProjectPath% \AndroidGradleProject_v1.0\Test\src\main\build_apk.bat to check the error."
55
55
exit -1
56
56
)
57
57
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
59
59
echo " Done!"
60
60
exit 0
You can’t perform that action at this time.
0 commit comments