Skip to content

Commit 251cea1

Browse files
authored
Merge pull request #94 from raulsntos/dotnet/android-monovm
.NET: Build Android templates with 'mono' edition
2 parents 9259edf + 232be2e commit 251cea1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-android/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/
122122
fi
123123

0 commit comments

Comments
 (0)