mirror of
https://github.com/mintty/wsltty.git
synced 2025-09-18 11:12:22 +01:00
0.7.8.1
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -28,7 +28,7 @@ set shell=/bin/bash
|
|||||||
rem Mintty invocation
|
rem Mintty invocation
|
||||||
set cmd=%installdir%\bin\mintty.exe
|
set cmd=%installdir%\bin\mintty.exe
|
||||||
set cset=-o Locale=C -o Charset=UTF-8
|
set cset=-o Locale=C -o Charset=UTF-8
|
||||||
set opts=--wsl
|
set opts=--wsl -h err
|
||||||
set arg=/bin/wslbridge -t %shell%
|
set arg=/bin/wslbridge -t %shell%
|
||||||
set target0=\"%cmd%\" %opts% %cset% --configdir \"%configdir%\" -i \"%icon%\" %arg%
|
set target0=\"%cmd%\" %opts% %cset% --configdir \"%configdir%\" -i \"%icon%\" %arg%
|
||||||
rem set target1=\"%cmd%\" %opts% %cset% --configdir \"%configdir%\" -i \"%icon%\" /bin/dash -c \"cd '%%1'; exec %arg%\"
|
rem set target1=\"%cmd%\" %opts% %cset% --configdir \"%configdir%\" -i \"%icon%\" /bin/dash -c \"cd '%%1'; exec %arg%\"
|
||||||
|
@@ -51,7 +51,7 @@ rem generate shortcuts
|
|||||||
|
|
||||||
set icon=%%LOCALAPPDATA%%\lxss\bash.ico
|
set icon=%%LOCALAPPDATA%%\lxss\bash.ico
|
||||||
set target=%refinstalldir%\bin\mintty.exe
|
set target=%refinstalldir%\bin\mintty.exe
|
||||||
set minttyargs=--wsl --configdir="%refconfigdir%" -o Locale=C -o Charset=UTF-8 /bin/wslbridge
|
set minttyargs=--wsl -h err --configdir="%refconfigdir%" -o Locale=C -o Charset=UTF-8 /bin/wslbridge
|
||||||
set bridgeargs=-t /bin/bash
|
set bridgeargs=-t /bin/bash
|
||||||
cscript mkshortcut.vbs "/name:WSL Bash %% in Mintty"
|
cscript mkshortcut.vbs "/name:WSL Bash %% in Mintty"
|
||||||
set bridgeargs=-C~ -t /bin/bash
|
set bridgeargs=-C~ -t /bin/bash
|
||||||
|
2
makefile
2
makefile
@@ -9,7 +9,7 @@
|
|||||||
all: check pkg
|
all: check pkg
|
||||||
|
|
||||||
# wsltty release
|
# wsltty release
|
||||||
ver=0.7.8
|
ver=0.7.8.1
|
||||||
|
|
||||||
# mintty release version
|
# mintty release version
|
||||||
minttyver=2.7.8
|
minttyver=2.7.8
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
rem cscript mkshortcut.vbs [/param:arg] /target:link
|
rem cscript mkshortcut.vbs [/param:arg] /target:link
|
||||||
|
|
||||||
rem %
|
rem %
|
||||||
rem /arguments:--wsl -o Locale=C -o Charset=UTF-8 /bin/wslbridge -t /bin/bash
|
rem /arguments:--wsl -h err -o Locale=C -o Charset=UTF-8 /bin/wslbridge -t /bin/bash
|
||||||
rem ~
|
rem ~
|
||||||
rem /arguments:--wsl -o Locale=C -o Charset=UTF-8 /bin/wslbridge -C~ -t /bin/bash
|
rem /arguments:--wsl -h err -o Locale=C -o Charset=UTF-8 /bin/wslbridge -C~ -t /bin/bash
|
||||||
rem -l
|
rem -l
|
||||||
rem /arguments:--wsl -o Locale=C -o Charset=UTF-8 /bin/wslbridge -t /bin/bash -l
|
rem /arguments:--wsl -h err -o Locale=C -o Charset=UTF-8 /bin/wslbridge -t /bin/bash -l
|
||||||
rem /target:%LOCALAPPDATA%\wsltty\bin\mintty.exe
|
rem /target:%LOCALAPPDATA%\wsltty\bin\mintty.exe
|
||||||
rem /workingdir:%USERPROFILE%
|
rem /workingdir:%USERPROFILE%
|
||||||
rem /icon:%LOCALAPPDATA%\lxss\bash.ico
|
rem /icon:%LOCALAPPDATA%\lxss\bash.ico
|
||||||
|
@@ -11,5 +11,5 @@ rem you may want to copy this script into "%SYSTEMROOT%\System32"
|
|||||||
rem You may want a variant of this script without trailing "-l"
|
rem You may want a variant of this script without trailing "-l"
|
||||||
rem to start in the current directory from cmd.exe
|
rem to start in the current directory from cmd.exe
|
||||||
|
|
||||||
"%installdir%\bin\mintty.exe" --wsl "--configdir=%configdir%" -o Locale=C -o Charset=UTF-8 -i "%LOCALAPPDATA%\lxss\bash.ico" /bin/wslbridge -t /bin/bash -l
|
"%installdir%\bin\mintty.exe" --wsl -h err "--configdir=%configdir%" -o Locale=C -o Charset=UTF-8 -i "%LOCALAPPDATA%\lxss\bash.ico" /bin/wslbridge -t /bin/bash -l
|
||||||
|
|
||||||
|
2
wsl.bat
2
wsl.bat
@@ -11,5 +11,5 @@ rem you may want to copy this script into "%SYSTEMROOT%\System32"
|
|||||||
rem You may want a variant of this script without trailing "-l"
|
rem You may want a variant of this script without trailing "-l"
|
||||||
rem to start in the current directory from cmd.exe
|
rem to start in the current directory from cmd.exe
|
||||||
|
|
||||||
"%installdir%\bin\mintty.exe" --wsl "--configdir=%configdir%" -o Locale=C -o Charset=UTF-8 -i "%LOCALAPPDATA%\lxss\bash.ico" /bin/wslbridge -t /bin/bash
|
"%installdir%\bin\mintty.exe" --wsl -h err "--configdir=%configdir%" -o Locale=C -o Charset=UTF-8 -i "%LOCALAPPDATA%\lxss\bash.ico" /bin/wslbridge -t /bin/bash
|
||||||
|
|
||||||
|
2
wsl~.bat
2
wsl~.bat
@@ -11,5 +11,5 @@ rem you may want to copy this script into "%SYSTEMROOT%\System32"
|
|||||||
rem You may want a variant of this script without trailing "-l"
|
rem You may want a variant of this script without trailing "-l"
|
||||||
rem to start in the current directory from cmd.exe
|
rem to start in the current directory from cmd.exe
|
||||||
|
|
||||||
"%installdir%\bin\mintty.exe" --wsl "--configdir=%configdir%" -o Locale=C -o Charset=UTF-8 -i "%LOCALAPPDATA%\lxss\bash.ico" /bin/wslbridge -C~ -t /bin/bash
|
"%installdir%\bin\mintty.exe" --wsl -h err "--configdir=%configdir%" -o Locale=C -o Charset=UTF-8 -i "%LOCALAPPDATA%\lxss\bash.ico" /bin/wslbridge -C~ -t /bin/bash
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user