File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ rem ============================================================================
4646cd %ProjectPath%
4747git checkout master
4848%BuildCmd% -executeMethod AndroidBuilder.BuildWithoutPatch -logFile build_version0.log
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."
5151 exit -1
5252)
5353
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
5555echo " Done!"
5656exit 0
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ rem ============================================================================
4646cd %ProjectPath%
4747git checkout master
4848%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."
5151 exit -1
5252)
5353
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
5555echo " Done!"
5656exit 0
You can’t perform that action at this time.
0 commit comments