[macOS] Prefer .app bundle icon over the default one.

This commit is contained in:
bruvzg 2021-05-13 09:25:09 +03:00
parent b283447bfd
commit 11ccfad1aa
No known key found for this signature in database
GPG key ID: 009E1BFE42239B95
5 changed files with 30 additions and 9 deletions

View file

@ -305,6 +305,11 @@ String OS::get_bundle_resource_dir() const {
return ".";
}
// Path to macOS .app bundle embedded icon
String OS::get_bundle_icon_path() const {
return String();
}
// OS specific path for user://
String OS::get_user_data_dir() const {
return ".";