1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 12:05:47 +00:00

Merge pull request #236 from Conduitry/fix-fallback-icon

fix fallback icon in generated shortcuts
This commit is contained in:
mintty 2020-04-01 20:25:09 +02:00 committed by GitHub
commit 223671ce0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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