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

fix and polish install tweaks

This commit is contained in:
mintty
2019-08-07 20:37:08 +02:00
parent 7940883bd6
commit 639ed3da8f
5 changed files with 23 additions and 10 deletions

View File

@@ -31,8 +31,6 @@ rem copy "WSL Terminal %%.lnk" "%installdir%"
copy config-distros.sh "%installdir%"
rem copy mkshortcut.vbs "%installdir%"
copy mkshortcut.exe "%installdir%"
copy cygpopt-0.dll "%installdir%"
rem allow persistent customization of default icon:
if not exist "%installdir%\wsl.ico" copy tux.ico "%installdir%\wsl.ico"
@@ -61,6 +59,9 @@ copy dash.exe "%installdir%\bin"
copy regtool.exe "%installdir%\bin"
copy zoo.exe "%installdir%\bin"
copy mkshortcut.exe "%installdir%"\bin
copy cygpopt-0.dll "%installdir%"\bin
rem create system config directory and copy config archive
mkdir "%installdir%\usr\share\mintty\lang"
copy lang.zoo "%installdir%\usr\share\mintty\lang"