Stability / make-shortcut.bat
roshikhan3021's picture
Upload 19 files
0ce60a9 verified
raw
history blame contribute delete
271 Bytes
@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%"