From d1317c70bb08f7204bfb4f240b58292fb74c178b Mon Sep 17 00:00:00 2001 From: harryeetsource <95581121+harryeetsource@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:51:58 -0800 Subject: [PATCH] Update install-driver.ps1 --- install-driver.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"