win, add idd-driver build option
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
9bb9a74979
commit
ea44eb5380
2
.github/workflows/flutter-nightly.yml
vendored
2
.github/workflows/flutter-nightly.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Build rustdesk
|
- name: Build rustdesk
|
||||||
run: python3 .\build.py --portable --hwcodec --flutter
|
run: python3 .\build.py --portable --hwcodec --flutter --idd-driver
|
||||||
|
|
||||||
- name: Sign rustdesk files
|
- name: Sign rustdesk files
|
||||||
uses: GermanBluefox/code-sign-action@v7
|
uses: GermanBluefox/code-sign-action@v7
|
||||||
|
6
build.py
6
build.py
@ -106,6 +106,12 @@ def make_parser():
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
help='Skip cargo build process, only flutter version + Linux supported currently'
|
help='Skip cargo build process, only flutter version + Linux supported currently'
|
||||||
)
|
)
|
||||||
|
if windows:
|
||||||
|
parser.add_argument(
|
||||||
|
'--idd-driver',
|
||||||
|
action='store_true',
|
||||||
|
help='Build idd driver for virtual display.'
|
||||||
|
)
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user