update ChangeLog for BETA release

This commit is contained in:
Pete Batard 2017-11-01 13:16:32 +00:00
parent 63eb747cde
commit 79a03637d6
3 changed files with 19 additions and 6 deletions

View file

@ -235,7 +235,10 @@ char* GetSignatureName(const char* path, const char* country_code)
goto out;
}
uprintf("Binary executable is signed by '%s' (%s)", szSubjectName, szCountry);
if (szCountry[0] == '_')
uprintf("Binary executable is signed by '%s'", szSubjectName);
else
uprintf("Binary executable is signed by '%s' (%s)", szSubjectName, szCountry);
p = szSubjectName;
out: