You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
Fix Android Export jarsigner error with *.import whitelist
This commit is contained in:
@@ -737,6 +737,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_include_filter(), false);
|
||||||
_edit_filter_list(paths, p_preset->get_exclude_filter(), true);
|
_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);
|
||||||
|
|
||||||
// Get encryption filters.
|
// Get encryption filters.
|
||||||
bool enc_pck = p_preset->get_enc_pck();
|
bool enc_pck = p_preset->get_enc_pck();
|
||||||
Vector<String> enc_in_filters;
|
Vector<String> enc_in_filters;
|
||||||
|
|||||||
Reference in New Issue
Block a user