mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
portable-service: enable quick_support by rename as xxxqs.exe
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
7
build.py
7
build.py
@@ -81,11 +81,6 @@ def make_parser():
|
||||
action='store_true',
|
||||
help='Build windows portable'
|
||||
)
|
||||
parser.add_argument(
|
||||
'--quick_start',
|
||||
action='store_true',
|
||||
help='Windows quick start portable'
|
||||
)
|
||||
parser.add_argument(
|
||||
'--flatpak',
|
||||
action='store_true',
|
||||
@@ -194,8 +189,6 @@ def get_features(args):
|
||||
features = ['inline']
|
||||
if windows:
|
||||
features.extend(get_rc_features(args))
|
||||
if args.quick_start:
|
||||
features.append('quick_start')
|
||||
if args.hwcodec:
|
||||
features.append('hwcodec')
|
||||
if args.flutter:
|
||||
|
||||
Reference in New Issue
Block a user