mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
PR Review requested changes
This commit is contained in:
parent
ddad83c70f
commit
43a5e7e0b1
@ -38,7 +38,7 @@ exit /b
|
|||||||
|
|
||||||
:windows-terminal
|
:windows-terminal
|
||||||
if not exist "%CMDER_ROOT%\vendor\windows-terminal\settings" md "%CMDER_ROOT%\vendor\windows-terminal\settings" 2>nul
|
if not exist "%CMDER_ROOT%\vendor\windows-terminal\settings" md "%CMDER_ROOT%\vendor\windows-terminal\settings" 2>nul
|
||||||
if not exist "%CMDER_ROOT%\vendor\windows-terminal\.portable" echo "This make this installation of Windows Terminal portable" >"%CMDER_ROOT%\vendor\windows-terminal\.portable" 2>nul
|
if not exist "%CMDER_ROOT%\vendor\windows-terminal\.portable" echo "This makes this installation of Windows Terminal portable" >"%CMDER_ROOT%\vendor\windows-terminal\.portable" 2>nul
|
||||||
|
|
||||||
if exist "%CMDER_ROOT%\config\user_windows_terminal_settings.json" (
|
if exist "%CMDER_ROOT%\config\user_windows_terminal_settings.json" (
|
||||||
if not exist "%CMDER_ROOT%\vendor\windows-terminal\settings\settings.json" (
|
if not exist "%CMDER_ROOT%\vendor\windows-terminal\settings\settings.json" (
|
||||||
|
Loading…
Reference in New Issue
Block a user