1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-10-30 06:33:55 +00:00

Use new mintty option --dir, simplifying registry entry for context menu and dropping the need for dash.exe

This commit is contained in:
mintty
2016-09-29 14:53:34 +02:00
parent eef97b91d7
commit 74cb9ea92b
3 changed files with 16 additions and 17 deletions

View File

@@ -2,8 +2,8 @@
# default: generate all
all: wslbridge mintty cygwin wsltty pkg
ver=0.6.0
wslbridgever=0.1.0
ver=0.6.1
wslbridgever=0.2.0
TARGET := $(shell $(CC) -dumpmachine)
@@ -44,7 +44,7 @@ cygwin:
mkdir -p bin
cp /bin/cygwin1.dll bin/
cp /bin/cygwin-console-helper.exe bin/
cp /bin/dash.exe bin/
#cp /bin/dash.exe bin/
wsltty:
@@ -53,7 +53,7 @@ pkg:
sed -e "s,%version%,$(ver)," makewinx.cfg > rel/wsltty.SED
cp bin/cygwin1.dll rel/
cp bin/cygwin-console-helper.exe rel/
cp bin/dash.exe rel/
#cp bin/dash.exe rel/
cp bin/mintty.exe rel/
cp bin/wslbridge.exe rel/
cp bin/wslbridge-backend rel/