We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db9cb5 commit 8d97bb7Copy full SHA for 8d97bb7
1 file changed
launch-windows.bat
@@ -48,7 +48,7 @@ if exist .\src\bin\must_rebuild (
48
rem Build the program if it isn't already built
49
if not exist src\bin\live_release\SwarmUI.exe (
50
rem For some reason Microsoft's nonsense is missing the official nuget source? So forcibly add that to be safe.
51
- dotnet nuget add source https://api.nuget.org/v3/index.json --name "NuGet official package source"
+ dotnet nuget add source https://api.nuget.org/v3/index.json --name "NuGet official package source" >nul 2>&1
52
53
dotnet build src/SwarmUI.csproj --configuration Release -o src/bin/live_release
54
for /f "delims=" %%i in ('git rev-parse HEAD') do set CUR_HEAD2=%%i
0 commit comments