mirror of
https://github.com/mintty/wsltty.git
synced 2025-02-07 05:31:04 +00:00
fix EOL, restore misdeleted chunk on original L138-141, tabs to spaces
This commit is contained in:
parent
52b03a43d9
commit
017b05c48c
@ -141,6 +141,9 @@ do
|
||||
if [ -r "$ProgramW6432/WindowsApps/$instdir/$executable" ]
|
||||
then icon="%PROGRAMFILES%\\WindowsApps\\$instdir\\$executable"
|
||||
else icon="%LOCALAPPDATA%/wsltty/wsl.ico"
|
||||
else
|
||||
icon="%LOCALAPPDATA%/lxss/bash.ico"
|
||||
root="$basepath"
|
||||
fi
|
||||
|
||||
minttyargs='--wsl --rootfs="'"$root"'" --configdir="%APPDATA%\wsltty" -o Locale=C -o Charset=UTF-8 /bin/wslbridge '
|
||||
|
Loading…
x
Reference in New Issue
Block a user