Skip to content

Commit

Permalink
1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Jul 28, 2017
1 parent 48f69cb commit 4a55503
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config-distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ do
#then bridgeargs='-t /bin/bash'
#else bridgeargs='-l "'"$launch"'" -t /bin/bash'
#fi
bridgeargs="--distro-guid $guid -t /bin/bash"
bridgeargs='--distro-guid "'"$guid"'" -t /bin/bash'

export target minttyargs bridgeargs icon
export distro
Expand Down
6 changes: 6 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ echo set configdir=%configdir%>> setdirs.bat
copy setdirs.bat + uninstall.bat "%installdir%\uninstall.bat"

copy setdirs.bat + wsl.bat "%installdir%\wsl.bat"
copy setdirs.bat + wsl.bat "%LOCALAPPDATA%\Microsoft\WindowsApps\wsl.bat"
copy setdirs.bat + wsl~.bat "%installdir%\wsl~.bat"
copy setdirs.bat + wsl~.bat "%LOCALAPPDATA%\Microsoft\WindowsApps\wsl~.bat"
copy setdirs.bat + wsl-l.bat "%installdir%\wsl-l.bat"
copy setdirs.bat + wsl-l.bat "%LOCALAPPDATA%\Microsoft\WindowsApps\wsl-l.bat"

copy "add to context menu.lnk" "%installdir%"
copy "remove from context menu.lnk" "%installdir%"
Expand Down Expand Up @@ -83,8 +86,11 @@ rem clean up previous installation
rmdir /S /Q "%smf%\context menu shortcuts"

rem create launch shortcuts for default WSL distro
copy "WSL %% in Mintty.lnk" "%installdir%"
copy "WSL %% in Mintty.lnk" "%smf%"
copy "WSL ~ in Mintty.lnk" "%installdir%"
copy "WSL ~ in Mintty.lnk" "%smf%"
copy "WSL -l in Mintty.lnk" "%installdir%"
copy "WSL -l in Mintty.lnk" "%smf%"
rem clean up previous installation
del "%smf%\WSL Bash %% in Mintty.lnk"
Expand Down
7 changes: 3 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
all: check pkg

# wsltty release
#ver=1.7.9
ver=0.7.9
ver=1.7.9

# mintty release version
#minttyver=2.7.9
minttyver=master
minttyver=2.7.9
#minttyver=master

# wslbridge backend version
wslbridgever=0.2.3
Expand Down

0 comments on commit 4a55503

Please # to comment.