mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 20:10:58 +00:00
find proper icon and rootfs for wsldl-built distros (#169)
This commit is contained in:
parent
a207cae3a8
commit
3f60e3f48c
@ -154,6 +154,10 @@ config () {
|
||||
else icon="$installdir"'\wsl.ico'
|
||||
fi
|
||||
root="$basepath/rootfs"
|
||||
elif [ -f "$basepath/$distro.exe" ]
|
||||
then
|
||||
icon="$basepath/$distro.exe"
|
||||
root="$basepath/rootfs"
|
||||
else
|
||||
icon="%LOCALAPPDATA%/lxss/bash.ico"
|
||||
root="$basepath"
|
||||
|
Loading…
x
Reference in New Issue
Block a user