File size: 271 Bytes
0ce60a9
 
 
 
 
 
 
1
2
3
4
5
6
7
8
@echo off

set SHORTCUTPATH="%userprofile%\Desktop\StableSwarmUI.url"
echo [InternetShortcut] >> "%SHORTCUTPATH%"
echo URL="%CD%\launch-windows.bat" >> "%SHORTCUTPATH%"
echo IconFile="%CD%\src\wwwroot\favicon.ico" >> "%SHORTCUTPATH%"
echo IconIndex=0 >> "%SHORTCUTPATH%"