mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-16 19:26:18 +00:00
[unified] Fix patch according to upstream changes and fix build errors (#243)
* Fix bitbetter patch according to upstream changes * Fix the builds by removing redundant already removed and stopped old instance --------- Co-authored-by: juliokele <>
This commit is contained in:
@@ -41,7 +41,7 @@ internal class Program
|
||||
|
||||
Console.WriteLine($"New Cert Thumbprint: {certificate.Thumbprint}");
|
||||
|
||||
IEnumerable<TypeDef> services = moduleDefMd.Types.Where(t => t.Namespace == "Bit.Core.Services");
|
||||
IEnumerable<TypeDef> services = moduleDefMd.Types.Where(t => t.Namespace == "Bit.Core.Billing.Services");
|
||||
TypeDef type = services.First(t => t.Name == "LicensingService");
|
||||
MethodDef constructor = type.FindConstructors().First();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user