mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2026-01-04 02:09:44 +03:00
Merge pull request #126 from m4gr3d/fix_android_native_debug_symbols_name
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