1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Rename the ".mono" folder to ".godot/mono"

This commit is contained in:
Aaron Franke
2020-05-12 16:47:19 -04:00
parent 72aaf81518
commit 42e70a77ef
3 changed files with 9 additions and 9 deletions

View File

@@ -121,7 +121,7 @@ namespace GodotTools.IdeMessaging
this.messageHandler = messageHandler;
this.logger = logger;
string projectMetadataDir = Path.Combine(godotProjectDir, ".mono", "metadata");
string projectMetadataDir = Path.Combine(godotProjectDir, ".godot", "mono", "metadata");
MetaFilePath = Path.Combine(projectMetadataDir, GodotIdeMetadata.DefaultFileName);