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

revise installation; change config location, flexible install target

This commit is contained in:
mintty
2017-05-19 22:19:20 +02:00
parent 1049ca2baf
commit d7c73fb40e
8 changed files with 133 additions and 40 deletions

View File

@@ -1,8 +1,6 @@
@echo off
rem See comments in install.bat about changing the installation directory.
set installdir=%LOCALAPPDATA%\wsltty
if "%installdir%" == "" set installdir=%LOCALAPPDATA%\wsltty
:shortcuts
@@ -23,8 +21,9 @@ call "%installdir%\config-context-menu.bat" /U
:undeploy
cd %installdir%
rem currently not removing software
rem in any case, at least the config file (home\...) should not be removed
:end