Skip to content

Commit

Permalink
Upgrade mintty and wslbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
goreliu committed Jun 27, 2017
1 parent d1bd2ee commit 86a024a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/etc/wsl-terminal.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ attach_tmux_locally=0
; exit
; }
;
; tmux new-window -c "$PWD" \; a 2>/dev/null || exec tmux
; exit
; tmux new-window -c "$PWD" 2>/dev/null && exec tmux a
; exec tmux
;}
;icon=C:\Users\username\AppData\Local\lxss\bash.ico
; To use Ubuntu icon, uncomment the above line, and replace username with yours.
Expand Down
2 changes: 1 addition & 1 deletion src/package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version="0.6.9"
version="0.6.10"

set -e

Expand Down
4 changes: 2 additions & 2 deletions src/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

cygwin_version="2.8.0-1"
mintty_version="2.7.6-0"
wslbridge_version="0.2.1"
mintty_version="2.7.8-0"
wslbridge_version="0.2.2"
cbwin_version="0.13"

set -e
Expand Down

0 comments on commit 86a024a

Please sign in to comment.