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

workaround to ensure unique configuration location (#45)

This commit is contained in:
mintty
2017-05-25 18:07:10 +02:00
parent a3c32980e7
commit beed642144
2 changed files with 4 additions and 1 deletions

View File

@@ -105,5 +105,8 @@ mkdir "%configdir%\lang"
mkdir "%configdir%\sounds"
mkdir "%configdir%\themes"
rem create config file if it does not yet exist
if not exist "%configdir%\config" echo # To use common configuration in %%APPDATA%%\mintty, simply remove this file>"%configdir%\config"
:end