From c3ea42805e504c1259d6d99baeb20cd936379703 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 17 Jul 2023 01:53:23 +0200 Subject: [PATCH] Fix typo --- scripts/Windows/Drivers/Tobii EyeX/Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";