Skip to content

Commit 0d4b81d

Browse files
Update setup.ps1
make cygwin64 install work
1 parent a130509 commit 0d4b81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

current/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ public class Wallpaper
10031003
rm ~\Cygwin64.zip
10041004
$WshShell = New-Object -ComObject WScript.Shell
10051005
$Shortcut = $WshShell.CreateShortcut("$env:AppData\Microsoft\Windows\Start Menu\Programs\Cygwin64.lnk")
1006-
$Shortcut.TargetPath = "$HOME\Cygwin64\bin\mintty.exe"
1006+
$Shortcut.TargetPath = "$HOME\Cygwin64\Cygwin64\bin\mintty.exe"
10071007
$Shortcut.Save()
10081008
}
10091009
}

0 commit comments

Comments
 (0)