diff --git a/scripts/Windows/Drivers/Tobii EyeX/Install.ps1 b/scripts/Windows/Drivers/Tobii EyeX/Install.ps1 index 410fe018..32950b58 100644 --- a/scripts/Windows/Drivers/Tobii EyeX/Install.ps1 +++ b/scripts/Windows/Drivers/Tobii EyeX/Install.ps1 @@ -17,7 +17,7 @@ Write-Information "Downloading Tobii Ghost installer"; Invoke-WebRequest "https://files.update.oem.tobii.com/Ghost/TobiiGhost.1.14.1-Setup.exe" -OutFile $installer; Write-Information "Running Tobii Ghost installer"; -Start-Process -Wait -FilePath "$PSScriptRoot/Ghost.au3"; +Start-Process -Wait -FilePath "$PSScriptRoot/Ghost.ahk"; Write-Host "Installing Tobii Game Hub"; Install-SoftwarePackage $context "https://files.update.oem.tobii.com/GameHub/TobiiGameHub.3.0.1-Setup.exe";