diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj index c0bfa4a4..93b9bab3 100644 --- a/LibationLauncher/LibationLauncher.csproj +++ b/LibationLauncher/LibationLauncher.csproj @@ -13,7 +13,7 @@ win-x64 - 5.5.1.27 + 5.5.1.30 diff --git a/LibationLauncher/Program.cs b/LibationLauncher/Program.cs index 267752a9..3ef458b4 100644 --- a/LibationLauncher/Program.cs +++ b/LibationLauncher/Program.cs @@ -245,6 +245,10 @@ namespace LibationLauncher if (!File.Exists(filePaths)) return; + var fileLocations = Path.Combine(config.LibationFiles, "FileLocations.json"); + if (!File.Exists(fileLocations)) + File.Copy(filePaths, fileLocations); + // files to be deleted at the end var libhackFilesToDelete = new List(); // .libhack files => errors