mirror of
https://github.com/mintty/wsltty.git
synced 2025-09-15 01:32:22 +01:00
avoid %USERPROFILE% (#166)
This commit is contained in:
@@ -219,7 +219,9 @@ config () {
|
||||
|
||||
# default desktop shortcut in ~ -> Desktop
|
||||
if [ "$name" = "WSL" ]
|
||||
then cmd /C copy "$name Terminal.lnk" "%USERPROFILE%\\Desktop"
|
||||
then
|
||||
#cmd /C copy "$name Terminal.lnk" "%USERPROFILE%\\Desktop"
|
||||
cmd /C copy "$name Terminal.lnk" "%APPDATA%\\..\\Desktop\\"
|
||||
fi
|
||||
|
||||
# launch script in ~ -> WSLtty home, WindowsApps launch folder
|
||||
|
Reference in New Issue
Block a user