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 @@ -111,13 +111,13 @@ if [ "${MONO}" == "1" ]; then
111111 $SCONS platform=android arch=x86_64 $OPTIONS $OPTIONS_MONO target=template_release
112112
113113 pushd platform/android/java
114- ./gradlew generateGodotTemplates
114+ ./gradlew generateGodotMonoTemplates
115115 popd
116116
117117 mkdir -p /root/out/templates-mono
118118 cp bin/android_source.zip /root/out/templates-mono/
119- cp bin/android_debug .apk /root/out/templates-mono/
120- cp bin/android_release .apk /root/out/templates-mono/
119+ cp bin/android_monoDebug .apk /root/out/templates-mono/android_debug.apk
120+ cp bin/android_monoRelease .apk /root/out/templates-mono/android_release.apk
121121 cp bin/godot-lib.template_release.aar /root/out/templates-mono/
122122fi
123123
You can’t perform that action at this time.
0 commit comments