Skip to content

Commit

Permalink
build: 6.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Mar 21, 2022
1 parent 6d96a9e commit c98a432
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 1 addition & 5 deletions src/XIVLauncher.Common/Dalamud/DalamudUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,11 @@ private async Task UpdateDalamud()
}
catch (Exception ex)
{
Log.Error(ex, "[DUPDATE] Could not donwload dalamud");
Log.Error(ex, "[DUPDATE] Could not download dalamud");

State = DownloadState.NoIntegrity;
return;
}

Log.Information("[DUPDATE] Download OK!");
}

if (remoteVersionInfo.RuntimeRequired || settings.DoDalamudRuntime)
Expand All @@ -194,8 +192,6 @@ private async Task UpdateDalamud()
State = DownloadState.Failed;
return;
}

Log.Information("[DUPDATE] Download OK!");
}
}

Expand Down
5 changes: 2 additions & 3 deletions src/XIVLauncher/Resources/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
• Various bug fixes regarding repairs and other inconsistencies (by kizer)
• Fixes an issue wherein integrity checks would not be reporting their result correctly
• Fixes an issue wherein the patch installer would not report disk space requirements correctly
• Uses a new CDN for Dalamud update checks & assets, as GitHub was causing a lot of network issues
• Fixes an issue wherein disk space checks would fail when doing a fresh install on Wine
2 changes: 1 addition & 1 deletion src/XIVLauncher/XIVLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>XIVLauncher</Product>
<AssemblyTitle>XIVLauncher</AssemblyTitle>
<Description>Custom launcher for FFXIV.</Description>
<VersionPrefix>6.2.20</VersionPrefix>
<VersionPrefix>6.2.21</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit c98a432

Please sign in to comment.