mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix spell mistake
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
07107ad034
commit
3fe3ba00a0
1 changed files with 2 additions and 2 deletions
4
build.py
4
build.py
|
@ -22,7 +22,7 @@ def get_version():
|
|||
return ''
|
||||
|
||||
|
||||
def prase_rc_features(feature):
|
||||
def parse_rc_features(feature):
|
||||
available_features = {
|
||||
'IddDriver': {
|
||||
'zip_url': 'https://github.com/fufesou/RustDeskIddDriver/releases/download/v0.1/RustDeskIddDriver_x64.zip',
|
||||
|
@ -95,7 +95,7 @@ def download_extract_features(features, res_dir):
|
|||
|
||||
|
||||
def get_rc_features(args):
|
||||
features = prase_rc_features(args.feature)
|
||||
features = parse_rc_features(args.feature)
|
||||
if features:
|
||||
print(f'Build with features {list(features.keys())}')
|
||||
res_dir = 'resources'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue