diff options
| author | Aaron Franke <arnfranke@yahoo.com> | 2020-05-12 16:47:19 -0400 |
|---|---|---|
| committer | Aaron Franke <arnfranke@yahoo.com> | 2020-09-23 15:42:29 -0400 |
| commit | 42e70a77ef4bb48d9b5832de7bd61adfb6952c21 (patch) | |
| tree | 28e45557927de3808beccb964a31b764efc3fc9e /modules/mono/godotsharp_dirs.cpp | |
| parent | 72aaf81518253e25f28b3a23b5d3509e1264a5ad (diff) | |
| download | redot-engine-42e70a77ef4bb48d9b5832de7bd61adfb6952c21.tar.gz | |
Rename the ".mono" folder to ".godot/mono"
Diffstat (limited to 'modules/mono/godotsharp_dirs.cpp')
| -rw-r--r-- | modules/mono/godotsharp_dirs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/godotsharp_dirs.cpp b/modules/mono/godotsharp_dirs.cpp index 692da991c7..df31823deb 100644 --- a/modules/mono/godotsharp_dirs.cpp +++ b/modules/mono/godotsharp_dirs.cpp @@ -122,7 +122,7 @@ public: private: _GodotSharpDirs() { - res_data_dir = "res://.mono"; + res_data_dir = "res://.godot/mono"; res_metadata_dir = res_data_dir.plus_file("metadata"); res_assemblies_base_dir = res_data_dir.plus_file("assemblies"); res_assemblies_dir = res_assemblies_base_dir.plus_file(GDMono::get_expected_api_build_config()); |
