Patch level : 12.0 NOPATCH
Files correlati : utility.cpp Commento: piccole modifiche relative al patcher e al firmatore per la nuova macchina di compilazione
This commit is contained in:
parent
d50cdde647
commit
b9f826e6bb
@ -412,11 +412,11 @@ bool sirio_codesigning(const TFilename& filename, bool verify)
|
||||
// if (command.empty())
|
||||
// command << !verify ? default_sign : default_verify;
|
||||
|
||||
|
||||
TString command = !verify ? "signtool.exe sign /a /s MY /n \"Sirio Informatica e Sistemi SPA\" /fd sha256 /tr http://timestamp.digicert.com /v" :
|
||||
"signtool.exe verify /a /pa /v" ;
|
||||
|
||||
command << " \"" << filename << "\"";
|
||||
|
||||
{
|
||||
ofstream o("sign.bat");
|
||||
TFilename f(filename);
|
||||
@ -776,7 +776,8 @@ static bool is_sirio_station(const char* hostname)
|
||||
"SIRIOCOMP", // Macchianacompilatrice
|
||||
"NBKPEREGOW10", // Stefano
|
||||
"NBKPEREGOW8", // Stefano
|
||||
"NBKSMENW11", // Simone
|
||||
"NBKSMENW11", // Simone
|
||||
"NewServerCampo", //nuova macchina di compilazione
|
||||
nullptr
|
||||
};
|
||||
for (int i = 0; ranger[i]; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user