mirror of
https://github.com/mintty/wsltty.git
synced 2025-09-17 10:42:24 +01:00
find proper icon and rootfs for wsldl-built distros (#169)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user