update launcher

start swarmui in a new terminal
This commit is contained in:
deffcolony
2025-09-10 19:58:07 +02:00
parent 3dc5392e32
commit c0890261c3

View File

@@ -55,7 +55,7 @@ REM Default env configuration, gets overwritten by the C# code's settings handle
set ASPNETCORE_ENVIRONMENT="Production"
set ASPNETCORE_URLS="http://*:7801"
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Launching SwarmUI...
.\src\bin\live_release\SwarmUI.exe %*
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% SwarmUI launched in a new window.
start cmd /k "title SwarmUI && cd /d %swarmui_install_path% && .\src\bin\live_release\SwarmUI.exe %*"
goto :home