Merge pull request 'update message because reasons' (#74) from waffle.lord/SPT-AKI-Installer:update-message into master

Reviewed-on: CWX/SPT-AKI-Installer#74
This commit is contained in:
IsWaffle 2024-04-15 18:30:24 +00:00
commit 4811d03902
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ public class ReleaseCheckTask : InstallerTaskBase
if (comparePatchToAki == null && patchNeedCheck)
{
return Result.FromError("No patcher available for your version. A patcher is usually created within 24 hours of an EFT update.\nYou can join our discord and watch the dev-webhooks channel for '[SPT-AKI/Downgrade-Patches] Release created' to know when a patcher is available");
return Result.FromError("No patcher available for your version.\nA patcher is usually created within 24 hours of an EFT update.");
}
_data.PatchNeeded = patchNeedCheck;

View File

@ -9,8 +9,8 @@
<PackageIcon>icon.ico</PackageIcon>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<Configurations>Debug;Release;TEST</Configurations>
<AssemblyVersion>2.57</AssemblyVersion>
<FileVersion>2.57</FileVersion>
<AssemblyVersion>2.58</AssemblyVersion>
<FileVersion>2.58</FileVersion>
<Company>SPT-AKI</Company>
</PropertyGroup>