diff --git a/package.py b/package.py index 1ac2bd0..a9ae971 100644 --- a/package.py +++ b/package.py @@ -66,7 +66,7 @@ class CodeSign (object): sign.append ("-i") sign.append (self.url) sign.append ("-h") - sign.append ("sha256") + sign.append ("sha384") sign.append ("-t") sign.append ("http://timestamp.sectigo.com") sign.append ("-in") diff --git a/vc/yapb.vcxproj b/vc/yapb.vcxproj index 1fbb721..69abaa0 100644 --- a/vc/yapb.vcxproj +++ b/vc/yapb.vcxproj @@ -89,7 +89,7 @@ DynamicLibrary - v142 + v143 false true false @@ -97,7 +97,7 @@ DynamicLibrary false - v142 + v143 false false @@ -148,7 +148,7 @@ Disabled - ..\vc;..\inc;..\ext;%(AdditionalIncludeDirectories) + ..\vc;..\inc;..\ext;..\ext\crlib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;%(PreprocessorDefinitions) MultiThreadedDebug @@ -220,7 +220,7 @@ true Speed false - ..\vc;..\inc;..\ext;%(AdditionalIncludeDirectories) + ..\vc;..\inc;..\ext;..\ext\crlib;%(AdditionalIncludeDirectories) NDEBUG;WIN32;%(PreprocessorDefinitions) false StreamingSIMDExtensions2