From 0d62d5336c3e11b5e65ecbc2d3edd4cf9b296a06 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 15 Jan 2022 11:46:38 -0800 Subject: [PATCH] Add older Uplay installer to file list --- BurnOutSharp/ProtectionType/Uplay.cs | 2 ++ 1 file changed, 2 insertions(+) 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"), };