Skip to content

Commit

Permalink
more roots
Browse files Browse the repository at this point in the history
  • Loading branch information
yatima1460 committed May 15, 2024
1 parent 17604b4 commit a34690f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Core/Search.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@



using System;
using System.Collections.Concurrent;
using System.IO;


namespace Drill.Core
Expand Down Expand Up @@ -51,6 +53,11 @@ public void StartAsync(in FatalErrorCallback errorHandler)
return;
}


directoriesToExplore.Add(@"C:\Program Files (x86)\Steam\steamapps\common");
directoriesToExplore.Add($"C:\\Users\\{UserName}\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Steam");
directoriesToExplore.Add($"C:\\Users\\{UserName}\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu");
directoriesToExplore.Add(@"C:\ProgramData\Microsoft\Windows\Start Menu");
directoriesToExplore.Add(Environment.SpecialFolder.UserProfile);
directoriesToExplore.Add(Environment.SpecialFolder.Recent);
directoriesToExplore.Add(Environment.SpecialFolder.MyMusic);
Expand Down

0 comments on commit a34690f

Please sign in to comment.