You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Fix Android Export jarsigner error with *.import whitelist
(cherry picked from commit 20bca313c0)
This commit is contained in:
committed by
Rémi Verschelde
parent
566835e181
commit
84c04a8ee3
@@ -713,6 +713,9 @@ Error EditorExportPlatform::export_project_files(const Ref<EditorExportPreset> &
|
||||
_edit_filter_list(paths, p_preset->get_include_filter(), false);
|
||||
_edit_filter_list(paths, p_preset->get_exclude_filter(), true);
|
||||
|
||||
// Ignore import files, since these are automatically added to the jar later with the resources
|
||||
_edit_filter_list(paths, String("*.import"), true);
|
||||
|
||||
Vector<Ref<EditorExportPlugin> > export_plugins = EditorExport::get_singleton()->get_export_plugins();
|
||||
for (int i = 0; i < export_plugins.size(); i++) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user