From 914da2b86f73a314027833b1940784d657826503 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 19 Feb 2024 23:23:00 +0800 Subject: [PATCH] add tutorial-guide-for-safenet-authentication-client-for-code-signing doc --- build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index fdca8ac2a..15c86e7ab 100755 --- a/build.py +++ b/build.py @@ -271,7 +271,7 @@ def get_features(args): features = ['inline'] if not args.flutter else [] if args.hwcodec: features.append('hwcodec') - if args.gpucodec: + if args.gpucodec: features.append('gpucodec') if args.flutter: features.append('flutter') @@ -494,6 +494,7 @@ def main(): system2('mv target/release/rustdesk.exe target/release/RustDesk.exe') pa = os.environ.get('P') if pa: + # https://certera.com/kb/tutorial-guide-for-safenet-authentication-client-for-code-signing/ system2( f'signtool sign /a /v /p {pa} /debug /f .\\cert.pfx /t http://timestamp.digicert.com ' 'target\\release\\rustdesk.exe')