Skip to content

Commit c6f2a36

Browse files
committed
dir renamed
1 parent 32b81db commit c6f2a36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_demo_apk_2019.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ rem ============================================================================
4646
cd %ProjectPath%
4747
git 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
5555
echo "Done!"
5656
exit 0

0 commit comments

Comments
 (0)