mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-31 02:01:01 +00:00
workaround to ensure unique configuration location (#45)
This commit is contained in:
parent
a3c32980e7
commit
beed642144
@ -105,5 +105,8 @@ mkdir "%configdir%\lang"
|
|||||||
mkdir "%configdir%\sounds"
|
mkdir "%configdir%\sounds"
|
||||||
mkdir "%configdir%\themes"
|
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
|
:end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user