You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Skip META-INF from Android Template
This commit is contained in:
@@ -1123,6 +1123,10 @@ Error EditorExportPlatformAndroid::export_project(const String& p_path, bool p_d
|
|||||||
if (file=="lib/armeabi/libgodot_android.so" && !export_arm) {
|
if (file=="lib/armeabi/libgodot_android.so" && !export_arm) {
|
||||||
skip=true;
|
skip=true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (file.begins_with("META-INF") && _signed) {
|
||||||
|
skip=true;
|
||||||
|
}
|
||||||
|
|
||||||
print_line("ADDING: "+file);
|
print_line("ADDING: "+file);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user