From b3c506305033db7f0f84fc8af93c3f2f8a54b54b Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 31 Oct 2024 23:27:36 +0000 Subject: [PATCH] Fixed incorrectly named log file --- SPTInstaller/App.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPTInstaller/App.axaml.cs b/SPTInstaller/App.axaml.cs index 4b6ae50..1c7f31a 100644 --- a/SPTInstaller/App.axaml.cs +++ b/SPTInstaller/App.axaml.cs @@ -18,7 +18,7 @@ public partial class App : Application { public static string LogPath = Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "spt-installer", "spt-installer.log"); public static string LogDebugPath = Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), - "spt-installer", "spt-isntaller-debug.log"); + "spt-installer", "spt-installer-debug.log"); public static void ReLaunch(bool debug, string installPath = "") {