Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files/buildbot/codesign/windows_code_signer.py')
-rw-r--r--build_files/buildbot/codesign/windows_code_signer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/codesign/windows_code_signer.py b/build_files/buildbot/codesign/windows_code_signer.py
index 9481b66ee1e..638f098d8bc 100644
--- a/build_files/buildbot/codesign/windows_code_signer.py
+++ b/build_files/buildbot/codesign/windows_code_signer.py
@@ -53,7 +53,7 @@ class WindowsCodeSigner(BaseCodeSigner):
return [
'signtool', 'sign', '/v',
'/f', self.config.CERTIFICATE_FILEPATH,
- '/t', self.config.TIMESTAMP_AUTHORITY_URL]
+ '/tr', self.config.TIMESTAMP_AUTHORITY_URL]
def sign_all_files(self, files: List[AbsoluteAndRelativeFileName]) -> None:
# NOTE: Sign files one by one to avoid possible command line length