Merge pull request #1017 from ascclemens/patch-5

Remove SignatureHelper.Initialise call
This commit is contained in:
goat 2022-09-21 12:51:02 +02:00 committed by GitHub
commit 5797342f3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,8 +422,6 @@ internal class LocalPlugin : IDisposable
return;
}
SignatureHelper.Initialise(this.instance);
// In-case the manifest name was a placeholder. Can occur when no manifest was included.
if (this.Manifest.Name.IsNullOrEmpty())
{