diff --git a/tools/leap_installer/register_driver.cmd b/tools/leap_installer/register_driver.cmd index de3f1da..617b41c 100644 --- a/tools/leap_installer/register_driver.cmd +++ b/tools/leap_installer/register_driver.cmd @@ -10,7 +10,7 @@ for /f "tokens=2*" %%A in ('reg query hku /e /c /v /f SteamPath /t REG_SZ /s 2^> :start REM register driver -"%SteamPath%\steamapps\common\SteamVR\bin\win32\vrpathreg.exe" adddriver "%mypath:~0,-1%\leap" +"%SteamPath%\steamapps\common\OpenVR\bin\win64\vrpathreg.exe" adddriver "%mypath:~0,-1%\leap" REM backup steamvr.vrsettings in steam config dir copy "%SteamPath%\config\steamvr.vrsettings" "%SteamPath%\config\steamvr.vrsettings.leap_backup"