Skip to content

Commit

Permalink
adjust UEObjectsRegex
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeWanderer committed Nov 26, 2024
1 parent 06a7609 commit 12fa514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Games/NexusMods.Games.UnrealEngine/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ public static partial class Constants
[GeneratedRegex(@"^(?<modName>.*?)\s?[-_]?\s?(?<version>[\d.]+)\.(zip|rar)$", RegexOptions.IgnoreCase)]
public static partial Regex ModArchiveNameRegexFallback();

[GeneratedRegex(@"[\w/]+\.(uasset|uexp|ubulk)", RegexOptions.IgnoreCase)]
[GeneratedRegex(@"[-\w/]*\.(uasset|uexp|ubulk|cfg)", RegexOptions.IgnoreCase)]
public static partial Regex UEObjectsRegex();
}

0 comments on commit 12fa514

Please sign in to comment.