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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user