diff --git a/BurnOutSharp/ProtectionType/Uplay.cs b/BurnOutSharp/ProtectionType/Uplay.cs index 8bafff35..6bda4285 100644 --- a/BurnOutSharp/ProtectionType/Uplay.cs +++ b/BurnOutSharp/ProtectionType/Uplay.cs @@ -11,6 +11,7 @@ namespace BurnOutSharp.ProtectionType { var matchers = new List { + new PathMatchSet(new PathMatch("UbisoftGameLauncherInstaller.exe", useEndsWith: true), "Uplay"), new PathMatchSet(new PathMatch("UplayInstaller.exe", useEndsWith: true), "Uplay"), }; @@ -22,6 +23,7 @@ namespace BurnOutSharp.ProtectionType { var matchers = new List { + new PathMatchSet(new PathMatch("UbisoftGameLauncherInstaller.exe", useEndsWith: true), "Uplay"), new PathMatchSet(new PathMatch("UplayInstaller.exe", useEndsWith: true), "Uplay"), };