make desktop contains, update warning wording
This commit is contained in:
parent
8e8d7d534f
commit
5750e32d97
@ -175,8 +175,8 @@ public static class FileHelper
|
||||
|
||||
var problemNames = new Dictionary<string, PathCheckType>()
|
||||
{
|
||||
{ "Desktop", PathCheckType.EndsWith },
|
||||
{ "Documents", PathCheckType.EndsWith },
|
||||
{ "Desktop", PathCheckType.Contains },
|
||||
{ "scoped_dir", PathCheckType.Contains },
|
||||
{ "Downloads", PathCheckType.Contains },
|
||||
{ "OneDrive", PathCheckType.Contains },
|
||||
|
@ -36,7 +36,7 @@ public class InitializationTask : InstallerTaskBase
|
||||
|
||||
if (File.Exists(Path.Join(_data.TargetInstallPath, "EscapeFromTarkov.exe")))
|
||||
{
|
||||
return Result.FromError("Installer is located in a folder that has existing game files. Please make sure the installer is in a fresh folder as per the guide");
|
||||
return Result.FromError("Installer is located in a folder that has existing game files. Please make sure the installer is in an empty folder as per the guide");
|
||||
}
|
||||
|
||||
return Result.FromSuccess($"Current Game Version: {_data.OriginalGameVersion}");
|
||||
|
@ -9,8 +9,8 @@
|
||||
<PackageIcon>icon.ico</PackageIcon>
|
||||
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
|
||||
<Configurations>Debug;Release;TEST</Configurations>
|
||||
<AssemblyVersion>2.54</AssemblyVersion>
|
||||
<FileVersion>2.54</FileVersion>
|
||||
<AssemblyVersion>2.55</AssemblyVersion>
|
||||
<FileVersion>2.55</FileVersion>
|
||||
<Company>SPT-AKI</Company>
|
||||
</PropertyGroup>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user