Merge pull request #29119 from bruvzg/native_icon_support
Add native window/taskbar icon support for Windows and macOS.
This commit is contained in:
@ -693,6 +693,10 @@ Error EditorExportPlatform::export_project_files(const Ref<EditorExportPreset> &
|
||||
}
|
||||
}
|
||||
|
||||
//add native icons to non-resource include list
|
||||
_edit_filter_list(paths, String("*.icns"), false);
|
||||
_edit_filter_list(paths, String("*.ico"), false);
|
||||
|
||||
_edit_filter_list(paths, p_preset->get_include_filter(), false);
|
||||
_edit_filter_list(paths, p_preset->get_exclude_filter(), true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user