This commit is contained in:
dgames 2020-12-24 18:43:23 -05:00
parent ba1027f6d5
commit 01d300f779

2
vendor/init.bat vendored
View File

@ -149,7 +149,7 @@ if "%CMDER_CLINK%" == "1" (
:: Run clink
if defined CMDER_USER_CONFIG (
if not exist "%CMDER_USER_CONFIG%\settings" if not exist "%CMDER_USER_CONFIG%\clink_settings" (
echo Generating clink initial settings in "%CMDER_USER_CONFIG%\settings"
echo Generating clink initial settings in "%CMDER_USER_CONFIG%\clink_settings"
copy "%CMDER_ROOT%\vendor\clink_settings.default" "%CMDER_USER_CONFIG%\clink_settings"
echo Additional *.lua files in "%CMDER_USER_CONFIG%" are loaded on startup.
)