Skip to content

Commit d1317c7

Browse files
authoredMar 6, 2025
Update install-driver.ps1
1 parent 588af19 commit d1317c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎install-driver.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (-not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent
66
}
77

88
# Set the path to your INF file (update this path as needed)
9-
$InfPath = "C:\path\to\shadow.inf"
9+
$InfPath = ".\driver\target\release\shadow_package\shadow.inf"
1010
$InfFullPath = Resolve-Path $InfPath
1111

1212
Write-Output "Installing INF from: $InfFullPath"

0 commit comments

Comments
 (0)
Please sign in to comment.