From 3b74b1a41638505058b06564b200ef360e8d45d4 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Wed, 3 Feb 2016 09:26:38 -0500 Subject: [PATCH] Kind of obvious, right? --- TrueCraft.Core/Paths.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrueCraft.Core/Paths.cs b/TrueCraft.Core/Paths.cs index b7aa1fe..39adbca 100644 --- a/TrueCraft.Core/Paths.cs +++ b/TrueCraft.Core/Paths.cs @@ -23,7 +23,7 @@ namespace TrueCraft.Core } else { - result += "/Library/Application Support/truecraft"; + result += "/Library/Application Support/"; } } else if (RuntimeInfo.IsLinux)