1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-10-31 23:21:59 +00:00

allow persistent customization of default icon (#132)

This commit is contained in:
mintty
2019-01-01 14:53:48 +01:00
parent 05ce002fc6
commit 20075c6378
2 changed files with 9 additions and 1 deletions

View File

@@ -28,9 +28,10 @@ copy "remove from context menu.lnk" "%installdir%"
copy "configure WSL shortcuts.lnk" "%installdir%"
copy "WSL Terminal.lnk" "%installdir%"
copy "WSL Terminal %%.lnk" "%installdir%"
copy wsl.ico "%installdir%"
copy config-distros.sh "%installdir%"
copy mkshortcut.vbs "%installdir%"
rem allow persistent customization of default icon:
if not exist "%installdir%"\wsl.ico copy wsl.ico "%installdir%"
if not exist "%installdir%\bin" goto instbin
rem move previous programs possibly in use out of the way