chore: Update generated dev docs (#4787)

This commit is contained in:
Chris Titus
2026-07-01 12:24:30 -05:00
committed by GitHub
parent 72d47ba020
commit 77dc64cbea
2 changed files with 4 additions and 4 deletions
@@ -27,7 +27,7 @@ description: ""
],
"InvokeScript": [
"
$RazerPath = \"C:\\Windows\\Installer\\Razer\"
$RazerPath = \"$Env:SystemRoot\\Installer\\Razer\"
if (Test-Path $RazerPath) {
Remove-Item $RazerPath\\* -Recurse -Force
@@ -40,7 +40,7 @@ description: ""
],
"UndoScript": [
"
icacls \"C:\\Windows\\Installer\\Razer\" /remove:d Everyone
icacls \"$Env:SystemRoot\\Installer\\Razer\" /remove:d Everyone
"
],
```