Skip to content

Commit

Permalink
Added instructions on how to enable AppContainer for the rendering pr…
Browse files Browse the repository at this point in the history
…ocess in Windows
  • Loading branch information
uazo authored Feb 29, 2024
1 parent a35804c commit 6b446dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ icacls . /grant "*S-1-15-2-2:(OI)(CI)(RX)"
```
see https://github.com/uazo/bromite-buildtools/issues/51

### Enable AppContainer for renderer process in windows
you can activate the 'RendererAppContainer' flag from the command line with
```
--enable-features=RendererAppContainer
```

## (TODO) Integrity and authenticity

You can verify the integrity of a downloaded APK file from this project with any `sha256sum`-compatible tool by downloading the corresponding `brm_X.Y.Z.sha256.txt` or `chr_X.Y.Z.sha256.txt` file, where X.Y.Z is the release version number. Example:
Expand Down

0 comments on commit 6b446dc

Please sign in to comment.