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
111
111
$SCONS platform=android arch=x86_64 $OPTIONS $OPTIONS_MONO target=template_release
112
112
113
113
pushd platform/android/java
114
- ./gradlew generateGodotTemplates
114
+ ./gradlew generateGodotMonoTemplates
115
115
popd
116
116
117
117
mkdir -p /root/out/templates-mono
118
118
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
121
121
cp bin/godot-lib.template_release.aar /root/out/templates-mono/
122
122
fi
123
123
You can’t perform that action at this time.
0 commit comments