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 = "") {