mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2025-12-31 05:48:35 +03:00
Update the name of the Android native debug symbols files to start with a g
This commit is contained in:
@@ -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) ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user