chore: Update generated dev docs (#4325)

This commit is contained in:
Chris Titus
2026-04-07 10:31:58 -05:00
committed by GitHub
parent 8f830a59df
commit 6a495411e8
32 changed files with 32 additions and 33 deletions

View File

@@ -31,8 +31,7 @@ description: ""
if (Test-Path $RazerPath) {
Remove-Item $RazerPath\\* -Recurse -Force
}
else {
} else {
New-Item -Path $RazerPath -ItemType Directory
}