Skip to content

Commit

Permalink
build: 6.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Dec 23, 2021
1 parent 14ff2ff commit a4665f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/XIVLauncher/Game/Patch/PatchManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private async Task DownloadPatchAsync(PatchDownload download, int index)
var outFile = GetPatchFile(download.Patch);

var realUrl = download.Patch.Url;
if (_repo != Repository.Boot)
if (_repo != Repository.Boot && false) // Disabled for now, waiting on SE to patch this
{
realUrl = await _launcher.GenPatchToken(download.Patch.Url, _sid);
}
Expand Down
3 changes: 2 additions & 1 deletion src/XIVLauncher/Resources/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
• Various bugfixes
• Various bugfixes regarding the in-game addon not starting correctly
• Better error messages

We wish all of you a lot of fun with the new expansion!
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.1.9</VersionPrefix>
<VersionPrefix>6.1.10</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a4665f4

Please sign in to comment.