From 914da2b86f73a314027833b1940784d657826503 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 19 Feb 2024 23:23:00 +0800 Subject: [PATCH 1/2] 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 fdca8ac2af60..15c86e7abb5f 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') From 27f5d0fd54b793aa1fd6f2b90dde03e86707f0e0 Mon Sep 17 00:00:00 2001 From: fufesou Date: Tue, 20 Feb 2024 03:19:38 +0800 Subject: [PATCH 2/2] Fix. Remove unused idd feature in ci. (#7198) Signed-off-by: fufesou --- .github/workflows/flutter-build.yml | 2 +- .github/workflows/history.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 6b115c2affe9..b5f45ad2987b 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -107,7 +107,7 @@ jobs: shell: bash - name: Build rustdesk - run: python3 .\build.py --portable --hwcodec --flutter --gpucodec --feature IddDriver + run: python3 .\build.py --portable --hwcodec --flutter --gpucodec - name: find Runner.res # Windows: find Runner.res (compiled from ./flutter/windows/runner/Runner.rc), copy to ./Runner.res diff --git a/.github/workflows/history.yml b/.github/workflows/history.yml index f016494a8eee..436701ac889f 100644 --- a/.github/workflows/history.yml +++ b/.github/workflows/history.yml @@ -64,7 +64,7 @@ jobs: shell: bash - name: Build rustdesk - run: python3 .\build.py --portable --hwcodec --flutter --feature IddDriver + run: python3 .\build.py --portable --hwcodec --flutter - name: Build self-extracted executable shell: bash