Skip to content

Commit 5167633

Browse files
committed
Android: Add .mono suffix for the Mono-enabled AAR
1 parent 4d8e6dc commit 5167633

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)