mirror of
https://github.com/sp-tarkov/installer.git
synced 2025-02-12 17:30:44 -05:00
Fixed incorrectly named log file
This commit is contained in:
parent
28e8378787
commit
b3c5063050
@ -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 LogPath = Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "spt-installer", "spt-installer.log");
|
||||||
public static string LogDebugPath = Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
|
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 = "")
|
public static void ReLaunch(bool debug, string installPath = "")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user