Update tweaks.json (#4303)

This commit is contained in:
Gabi
2026-04-07 18:31:25 +03:00
committed by GitHub
parent e4dd305084
commit 8f830a59df

View File

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