diff --git a/windows11.bat b/windows11.bat index c1df929..a6f94c9 100644 --- a/windows11.bat +++ b/windows11.bat @@ -283,6 +283,7 @@ PowerShell -Command "Expand-Archive -Path '%TEMP%\WindowsInk.zip' -DestinationPa :: Presets of OpenTabletDriver ECHO Downloading OpenTabletDriver presets... +MKDIR "%LOCALAPPDATA%\OpenTabletDriver\Presets" 2>NUL PowerShell -Command "Invoke-WebRequest -Uri !repo!/opentabletdriver/vertical-main.json -OutFile '%LOCALAPPDATA%\OpenTabletDriver\Presets\vertical-main.json'" PowerShell -Command "Invoke-WebRequest -Uri !repo!/opentabletdriver/vertical-second.json -OutFile '%LOCALAPPDATA%\OpenTabletDriver\Presets\vertical-second.json'"