Skip to content

Commit

Permalink
add tutorial-guide-for-safenet-authentication-client-for-code-signing
Browse files Browse the repository at this point in the history
doc
  • Loading branch information
rustdesk committed Feb 19, 2024
1 parent 582db9d commit 914da2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Expand Up @@ -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')
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 914da2b

Please sign in to comment.