You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SignToolGUI/Forms/MainForm.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ public async void InitializeAsyncCertificateCheck()
107
107
labelSignedBuildState.ForeColor=Color.Green;
108
108
109
109
// Log the certificate thumbprint check success message
110
-
Message("The certificate thumbprint matches the current one from Michael Morten Sonne.",EventType.Information,1004);
110
+
Message("The certificate thumbprint matches the current one from 'Michael Morten Sonne' online",EventType.Information,1004);
111
111
});
112
112
}
113
113
else
@@ -118,7 +118,7 @@ public async void InitializeAsyncCertificateCheck()
118
118
labelSignedBuildState.ForeColor=Color.Green;
119
119
120
120
// Log the certificate thumbprint check success message
121
-
Message("The certificate thumbprint does not match the current one from Michael Morten Sonne- custom Code Sign Certificate",EventType.Information,1005);
121
+
Message("The certificate thumbprint does not match the current one from 'Michael Morten Sonne' online - custom Code Sign Certificate used for this build",EventType.Information,1005);
0 commit comments