Skip to content

Commit

Permalink
Merge pull request #98 from Anong0u0/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
HolographicHat authored Apr 22, 2024
2 parents 9abdd12 + c849724 commit 1f080fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ internal static void Load(string argumentPath) {
return Path.GetFullPath(Path.Combine(matchResult.Value, "..", entryName));
}

[GeneratedRegex(@"(?m).:/.+(GenshinImpact_Data|YuanShen_Data)")]
[GeneratedRegex(@"(?m).:/.+(GenshinImpact_Data|YuanShen_Data)", RegexOptions.IgnoreCase)]
private static partial Regex GamePathRegex();

}

0 comments on commit 1f080fe

Please sign in to comment.