File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ rem ============================================================================
46
46
cd %ProjectPath%
47
47
git checkout master
48
48
%BuildCmd% -executeMethod AndroidBuilder.BuildWithoutPatch
49
- if not exist " %ProjectPath% \AndroidGradleProject \Test\src\main\bin\com.test.test.apk" (
50
- echo " Build Failed! Please Rerun %ProjectPath% \AndroidGradleProject \Test\src\main\build_apk.bat to check the error."
49
+ if not exist " %ProjectPath% \AndroidGradleProject_v1.0 \Test\src\main\bin\com.test.test.apk" (
50
+ echo " Build Failed! Please Rerun %ProjectPath% \AndroidGradleProject_v1.0 \Test\src\main\build_apk.bat to check the error."
51
51
exit -1
52
52
)
53
53
54
- copy /Y %ProjectPath% \AndroidGradleProject \Test\src\main\bin\com.test.test.apk %ScriptPath% \Il2cppDemo_com.test.test.apk
54
+ copy /Y %ProjectPath% \AndroidGradleProject_v1.0 \Test\src\main\bin\com.test.test.apk %ScriptPath% \Il2cppDemo_com.test.test.apk
55
55
echo " Done!"
56
56
exit 0
You can’t perform that action at this time.
0 commit comments