Skip to content

Commit

Permalink
Compatibility with recent Windows 10 builds
Browse files Browse the repository at this point in the history
Fix #49
  • Loading branch information
krlvm committed Feb 7, 2024
1 parent 09b90f6 commit c163e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BeautySearch/Installer/ScriptInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ public static string FindControllerFile()
string text = File.ReadAllText(file);
if (text.Contains("static bindShown")
|| text.Contains("return l.prototype")
|| text.Contains("return l.isBingWallpaperAppInstalled"))
|| text.Contains("return l.isBingWallpaperAppInstalled")
|| text.Contains("n.Host=t"))
{
return file;
}
Expand Down

0 comments on commit c163e24

Please sign in to comment.