File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ if [ "${MONO}" == "1" ]; then
71
71
cp bin/android_debug.apk /root/out/templates-mono/android_debug.apk
72
72
cp bin/android_release.apk /root/out/templates-mono/android_release.apk
73
73
74
- mkdir /root/out/templates-mono/bcl
75
- cp -r /root/mono-installs/android-bcl/monodroid /root/out/templates-mono/bcl/
74
+ mkdir -p /root/out/templates-mono/bcl
75
+ cp -r /root/mono-installs/android-bcl/* /root/out/templates-mono/bcl/
76
76
fi
77
77
78
78
echo " Android build successful"
Original file line number Diff line number Diff line change @@ -364,6 +364,7 @@ if [ "${build_mono}" == "1" ]; then
364
364
cp out/android/templates-mono/android_source.zip ${templatesdir_mono} /
365
365
366
366
mkdir -p ${templatesdir_mono} /bcl
367
+ cp -r out/android/templates-mono/bcl/godot_android_ext ${templatesdir_mono} /bcl/
367
368
cp -r out/android/templates-mono/bcl/monodroid ${templatesdir_mono} /bcl/
368
369
369
370
# # iOS (Mono) ##
You can’t perform that action at this time.
0 commit comments