diff --git a/install-driver.ps1 b/install-driver.ps1 index 38ebe6a..968c5a3 100644 --- a/install-driver.ps1 +++ b/install-driver.ps1 @@ -6,7 +6,7 @@ if (-not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent } # Set the path to your INF file (update this path as needed) -$InfPath = "C:\path\to\shadow.inf" +$InfPath = ".\driver\target\release\shadow_package\shadow.inf" $InfFullPath = Resolve-Path $InfPath Write-Output "Installing INF from: $InfFullPath"