Skip to content

Commit dd9cf61

Browse files
committed
Update the name of the Android native debug symbols files to start with a g
1 parent f1439e8 commit dd9cf61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ if [ "${build_classical}" == "1" ]; then
363363
cp out/android/templates/android_source.zip ${templatesdir}/
364364

365365
# Native debug symbols
366-
cp out/android/templates/android_release_template_native_debug_symbols.zip ${reldir}/native_debug_symbols.${templates_version}.template_release.android.zip
367-
cp out/android/tools/android_editor_native_debug_symbols.zip ${reldir}/native_debug_symbols.${templates_version}.editor.android.zip
366+
cp out/android/templates/android_release_template_native_debug_symbols.zip ${reldir}/Godot_native_debug_symbols.${templates_version}.template_release.android.zip
367+
cp out/android/tools/android_editor_native_debug_symbols.zip ${reldir}/Godot_native_debug_symbols.${templates_version}.editor.android.zip
368368

369369
## iOS (Classical) ##
370370

0 commit comments

Comments
 (0)