Skip to content

Commit 3a3777b

Browse files
authored
Merge pull request #9 from godotengine/android-aar-mono
Android: Add .mono suffix for the Mono-enabled AAR
2 parents e365a85 + 5167633 commit 3a3777b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ if [ "${build_mono}" == "1" ]; then
384384
## Android (Mono) ##
385385

386386
# Lib for direct download
387-
cp out/android/templates-mono/godot-lib.release.aar ${reldir_mono}/godot-lib.${templates_version}.release.aar
387+
cp out/android/templates-mono/godot-lib.release.aar ${reldir_mono}/godot-lib.${templates_version}.mono.release.aar
388388

389389
# Templates
390390
cp out/android/templates-mono/*.apk ${templatesdir_mono}/

0 commit comments

Comments
 (0)