Add create_shortcut.ps1 for desktop shortcut creation

This commit is contained in:
John-Caldwell 2025-11-10 11:54:36 -06:00
parent 1365bbf859
commit f65290f9a5

View File

@ -8,3 +8,4 @@ $Shortcut.Description = "Run ComfyUI from repository"
$Shortcut.Save() $Shortcut.Save()
Write-Host "Shortcut created at: $ShortcutPath" Write-Host "Shortcut created at: $ShortcutPath"