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

attempt to avoid virus scanners choking on VBS script name (#94)

This commit is contained in:
mintty
2018-04-12 20:56:31 +02:00
parent 36e0d9c58a
commit f66c87cc62
5 changed files with 62 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ copy "remove from context menu.lnk" "%installdir%"
copy "configure WSL shortcuts.lnk" "%installdir%"
copy wsl.ico "%installdir%"
copy config-distros.sh "%installdir%"
copy mkshortcut.vbs "%installdir%"
copy mkshortcut.bat "%installdir%"
if not exist "%installdir%\bin" goto instbin
rem move previous programs possibly in use out of the way