Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Nov 24, 2024
1 parent ddbc87d commit f4ac4e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DriverUpdater/DriverUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="AeroWizard" Version="2.3.1" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="LTRData.DiscUtils.Registry" Version="1.0.42" />
<PackageReference Include="LTRData.DiscUtils.Registry" Version="1.0.48" />
<PackageReference Include="Microsoft.Dism" Version="3.1.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions DriverUpdater/RegistryLeftoverFixer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ internal static bool ModifyRegistry(string[] inboxINFElements, string systemHive
return true;
}

[GeneratedRegex("oem[0-9]+.inf")]
private static partial Regex OEMInfRegex();
/*[GeneratedRegex("oem[0-9]+.inf")]
private static partial Regex OEMInfRegex();*/
}
}

0 comments on commit f4ac4e7

Please sign in to comment.