fix spell mistake
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
		
							parent
							
								
									07107ad034
								
							
						
					
					
						commit
						3fe3ba00a0
					
				
							
								
								
									
										4
									
								
								build.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								build.py
									
									
									
									
									
								
							@ -22,7 +22,7 @@ def get_version():
 | 
				
			|||||||
    return ''
 | 
					    return ''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def prase_rc_features(feature):
 | 
					def parse_rc_features(feature):
 | 
				
			||||||
    available_features = {
 | 
					    available_features = {
 | 
				
			||||||
        'IddDriver': {
 | 
					        'IddDriver': {
 | 
				
			||||||
            'zip_url': 'https://github.com/fufesou/RustDeskIddDriver/releases/download/v0.1/RustDeskIddDriver_x64.zip',
 | 
					            '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):
 | 
					def get_rc_features(args):
 | 
				
			||||||
    features = prase_rc_features(args.feature)
 | 
					    features = parse_rc_features(args.feature)
 | 
				
			||||||
    if features:
 | 
					    if features:
 | 
				
			||||||
        print(f'Build with features {list(features.keys())}')
 | 
					        print(f'Build with features {list(features.keys())}')
 | 
				
			||||||
        res_dir = 'resources'
 | 
					        res_dir = 'resources'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user