1
0
mirror of https://github.com/mintty/wsltty.git synced 2024-10-05 18:31:04 +01:00

3.6.1.2 build

This commit is contained in:
mintty 2022-11-08 00:00:00 +01:00
parent 449a310d90
commit eee9516a23
2 changed files with 7 additions and 8 deletions

View File

@ -1 +1 @@
3.6.1
3.6.1.2

View File

@ -10,10 +10,10 @@
# wsltty release
ver=3.6.1
ver=3.6.1.2
# wsltty appx release - must have 4 parts!
verx=3.6.1.0
verx=3.6.1.2
##############################
@ -27,7 +27,7 @@ minttyver=3.6.1
repo=Biswa96/wslbridge2
# wslbridge2 master release version
wslbridgever=0.9
wslbridgever=0.10
# wslbridge2 latest version
#archive=master
@ -148,13 +148,12 @@ $(wslbridgedir).zip:
wslbridge-source: $(wslbridgedir).zip
unzip -o $(wslbridgedir).zip
cp $(wslbridgedir)/LICENSE LICENSE.wslbridge2
# as a hotfix for #302, we assume the two patches are
# not needed anymore for wslbridge2 v0.9
# the following two patches are obsolete with wslbridge2 v0.9
# patch to fix #220
# test case in mintty: (sleep 0.1; echo -e "\e[31;80t") & wslbridge2
##cd $(wslbridgedir); patch -p1 < ../0001-notify-size-change-inband.patch
#cd $(wslbridgedir); patch -p1 < ../0001-notify-size-change-inband.patch
# patch to https://github.com/Biswa96/wslbridge2/commit/41575379b416703c49e2687e957440239a4cdfb7
##cd $(wslbridgedir); patch -p0 < ../0002-add-com-for-lifted-wsl.patch
#cd $(wslbridgedir); patch -p0 < ../0002-add-com-for-lifted-wsl.patch
wslbridge-frontend: wslbridge-source
echo ------------- Compiling wslbridge2 frontend