[macOS] Load PCK from the .app bundle resources, instead of changing working directory.
This commit is contained in:
@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user