Skip to content

Commit dd31388

Browse files
committed
fix check path
1 parent 6292ad1 commit dd31388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_demo_apk_2020.3.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ cd %ProjectPath%
5050
git reset HEAD --hard
5151
git 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
5959
echo "Done!"
6060
exit 0

0 commit comments

Comments
 (0)