1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 20:10:58 +00:00

fix fallback icon in generated shortcuts

This commit is contained in:
Conduitry 2020-03-30 01:13:25 -04:00
parent bbee0d6339
commit 37032d79fa

View File

@ -225,7 +225,7 @@ config () {
icon="$basepath/$distro.exe"
root="$basepath/rootfs"
else
icon="%LOCALAPPDATA%/lxss/bash.ico"
icon="$installdir"'\wsl.ico'
root="$basepath"
fi