1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-10-31 23:21:59 +00:00

fix cd /D "%installdir%" for drive changing (#223)

This commit is contained in:
Thomas Wolff
2020-03-05 00:00:00 +01:00
parent 6397307878
commit 9ae697ac20
2 changed files with 4 additions and 4 deletions

View File

@@ -12,19 +12,19 @@ rmdir /S /Q "%smf%"
:start menu
cd %installdir%
cd /D "%installdir%"
bin\dash.exe config-distros.sh -shortcuts-remove
:explorer context menu
cd %installdir%
cd /D "%installdir%"
bin\dash.exe config-distros.sh -contextmenu-remove
:undeploy
cd %installdir%
cd /D "%installdir%"
rem currently not removing software