[macOS] Load PCK from the .app bundle resources, instead of changing working directory.

This commit is contained in:
bruvzg
2020-01-10 18:02:29 +02:00
parent 140a31728f
commit d07cdc594f
6 changed files with 30 additions and 30 deletions

View File

@ -343,6 +343,12 @@ String OS::get_cache_path() const {
return ".";
}
// Path to macOS .app bundle resources
String OS::get_bundle_resource_dir() const {
return ".";
};
// OS specific path for user://
String OS::get_user_data_dir() const {