mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
Merge pull request #2225 from 21pages/portable-service
portable-service: enable quick support by rename as xxxqs.exe
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