From dd9cf6163ab4eaade57b0e50bbb958c2c3f435c1 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Thu, 28 Aug 2025 10:29:42 -0700 Subject: [PATCH] Update the name of the Android native debug symbols files to start with a `g` --- build-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-release.sh b/build-release.sh index 2325b74..4550c79 100755 --- a/build-release.sh +++ b/build-release.sh @@ -363,8 +363,8 @@ if [ "${build_classical}" == "1" ]; then cp out/android/templates/android_source.zip ${templatesdir}/ # Native debug symbols - cp out/android/templates/android_release_template_native_debug_symbols.zip ${reldir}/native_debug_symbols.${templates_version}.template_release.android.zip - cp out/android/tools/android_editor_native_debug_symbols.zip ${reldir}/native_debug_symbols.${templates_version}.editor.android.zip + cp out/android/templates/android_release_template_native_debug_symbols.zip ${reldir}/Godot_native_debug_symbols.${templates_version}.template_release.android.zip + cp out/android/tools/android_editor_native_debug_symbols.zip ${reldir}/Godot_native_debug_symbols.${templates_version}.editor.android.zip ## iOS (Classical) ##