docs: update the command for icacls (#12582)

This commit is contained in:
Alex Rudenko 2024-06-13 13:11:24 +02:00 committed by GitHub
parent e36ce8bee1
commit fb7a6b4179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ If you encounter this issue, you will see errors like this in the browser stdout
To workaround the issue, use the icacls utility to set permissions manually:
```powershell
icacls $HOME/.cache/puppeteer/chrome /grant "ALL APPLICATION PACKAGES:(OI)(CI)(RX)"
icacls %USERPROFILE%/.cache/puppeteer/chrome /grant *S-1-15-2-1:(OI)(CI)(RX)
```
:::note