mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:20:20 +00:00 
			
		
		
		
	Fixed .NET server name when starting sidecar
This commit is contained in:
		
							parent
							
								
									84a8eb4551
								
							
						
					
					
						commit
						0cafb11ea8
					
				@ -77,7 +77,7 @@ fn main() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if is_prod() {
 | 
					    if is_prod() {
 | 
				
			||||||
        tauri::async_runtime::spawn(async move {
 | 
					        tauri::async_runtime::spawn(async move {
 | 
				
			||||||
            let (mut rx, child) = Command::new_sidecar("mindworkAIStudio")
 | 
					            let (mut rx, child) = Command::new_sidecar("mindworkAIStudioServer")
 | 
				
			||||||
                .expect("Failed to create sidecar")
 | 
					                .expect("Failed to create sidecar")
 | 
				
			||||||
                .args([format!("{port}").as_str()])
 | 
					                .args([format!("{port}").as_str()])
 | 
				
			||||||
                .spawn()
 | 
					                .spawn()
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user