1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Skip META-INF from Android Template

This commit is contained in:
masoud bh
2015-11-14 20:40:22 +03:30
parent 8adc4ef65b
commit 14b9579748

View File

@@ -1124,6 +1124,10 @@ Error EditorExportPlatformAndroid::export_project(const String& p_path, bool p_d
skip=true;
}
if (file.begins_with("META-INF") && _signed) {
skip=true;
}
print_line("ADDING: "+file);
if (!skip) {