We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a130509 commit 0d4b81dCopy full SHA for 0d4b81d
current/setup.ps1
@@ -1003,7 +1003,7 @@ public class Wallpaper
1003
rm ~\Cygwin64.zip
1004
$WshShell = New-Object -ComObject WScript.Shell
1005
$Shortcut = $WshShell.CreateShortcut("$env:AppData\Microsoft\Windows\Start Menu\Programs\Cygwin64.lnk")
1006
- $Shortcut.TargetPath = "$HOME\Cygwin64\bin\mintty.exe"
+ $Shortcut.TargetPath = "$HOME\Cygwin64\Cygwin64\bin\mintty.exe"
1007
$Shortcut.Save()
1008
}
1009
0 commit comments