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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user