[macOS] Prefer .app bundle icon over the default one.
This commit is contained in:
parent
b283447bfd
commit
11ccfad1aa
5 changed files with 30 additions and 9 deletions
|
|
@ -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 ".";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue