mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:59:48 +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() {
|
||||
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")
|
||||
.args([format!("{port}").as_str()])
|
||||
.spawn()
|
||||
|
Loading…
Reference in New Issue
Block a user