From 759b812ce1a528e8b1defd3e61aa7f105c9ff184 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Sun, 18 Sep 2022 03:23:34 -0400 Subject: [PATCH] net update --- CreamInstaller/CreamInstaller.csproj | 4 ++-- CreamInstaller/Paradox/ParadoxLauncher.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CreamInstaller/CreamInstaller.csproj b/CreamInstaller/CreamInstaller.csproj index 881fb7b..4d8d92d 100644 --- a/CreamInstaller/CreamInstaller.csproj +++ b/CreamInstaller/CreamInstaller.csproj @@ -1,7 +1,7 @@  WinExe - net6.0-windows10.0.22000.0 + net6.0-windows10.0.22621.0 True Resources\ini.ico true @@ -20,13 +20,13 @@ pointfeev.creaminstaller CreamInstaller.Program False - 7.0 False False True latest-all CreamInstaller Automatic DLC Unlocker Installer & Configuration Generator + 7.0 embedded diff --git a/CreamInstaller/Paradox/ParadoxLauncher.cs b/CreamInstaller/Paradox/ParadoxLauncher.cs index 392d843..b71e122 100644 --- a/CreamInstaller/Paradox/ParadoxLauncher.cs +++ b/CreamInstaller/Paradox/ParadoxLauncher.cs @@ -175,7 +175,7 @@ internal static class ParadoxLauncher "An original Steamworks and/or Epic Online Services file could not be found. " + "You will likely have to reinstall Paradox Launcher to fix this issue.") : dialogForm.Show(SystemIcons.Error, "Paradox Launcher repair failed!" - + "\n\nAn original Steamworks and/or Epic Online Services SDK file could not be found." + + "\n\nAn original Steamworks and/or Epic Online Services file could not be found." + "\nYou will likely have to reinstall Paradox Launcher to fix this issue.", "OK", customFormText: "Paradox Launcher"); return RepairResult.Failure; }