Merge pull request #94 from raulsntos/dotnet/android-monovm

.NET: Build Android templates with 'mono' edition
This commit is contained in:
Rémi Verschelde
2024-11-07 20:50:02 +01:00
committed by GitHub

View File

@@ -111,13 +111,13 @@ if [ "${MONO}" == "1" ]; then
$SCONS platform=android arch=x86_64 $OPTIONS $OPTIONS_MONO target=template_release
pushd platform/android/java
./gradlew generateGodotTemplates
./gradlew generateGodotMonoTemplates
popd
mkdir -p /root/out/templates-mono
cp bin/android_source.zip /root/out/templates-mono/
cp bin/android_debug.apk /root/out/templates-mono/
cp bin/android_release.apk /root/out/templates-mono/
cp bin/android_monoDebug.apk /root/out/templates-mono/android_debug.apk
cp bin/android_monoRelease.apk /root/out/templates-mono/android_release.apk
cp bin/godot-lib.template_release.aar /root/out/templates-mono/
fi