Skip to content

Commit

Permalink
Merge pull request #1488 from KazWolfe/patch-1
Browse files Browse the repository at this point in the history
Bump fallback ZIP url
  • Loading branch information
goaaats authored Jun 9, 2024
2 parents 62df72a + 91dc89f commit 625d624
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class MacVideoFix : GameFix
private static async Task<string> GetLatestMacZipUrl()
{
const string SPARKLE_FEED_URL = "https://mac-dl.ffxiv.com/cw/finalfantasy-mac.xml";
const string FALLBACK_URL = "https://mac-dl.ffxiv.com/cw/finalfantasyxiv-1.1.2.zip";
const string FALLBACK_URL = "https://mac-dl.ffxiv.com/cw/finalfantasyxiv-1.1.4.zip";

try
{
Expand Down Expand Up @@ -78,4 +78,4 @@ public override void Apply()

File.Delete(zipFilePath);
}
}
}

0 comments on commit 625d624

Please sign in to comment.