Skip to content

Commit

Permalink
Add support for Ubisoft game launcher games
Browse files Browse the repository at this point in the history
  • Loading branch information
JMTK committed Apr 30, 2023
1 parent 7b11f4f commit c7f3235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SunshineGameFinder/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
const string steamLibraryFolders = @"Program Files (x86)\Steam\steamapps\libraryfolders.vdf";

// default values
var gameDirs = new List<string>() { @"*:\Program Files (x86)\Steam\steamapps\common", @"*:\XboxGames", @"*:\Program Files\EA Games", @"*:\Program Files\Epic Games\" };
var gameDirs = new List<string>() { @"*:\Program Files (x86)\Steam\steamapps\common", @"*:\XboxGames", @"*:\Program Files\EA Games", @"*:\Program Files\Epic Games\", @"*:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\games" };
var exclusionWords = new List<string>() { "Steam" };
var exeExclusionWords = new List<string>() { "Steam", "Cleanup", "DX", "Uninstall", "Touchup", "redist", "Crash", "Editor" };

Expand Down

0 comments on commit c7f3235

Please sign in to comment.