From f39022cb0cc8160fb7fc7f7046c7e702a0fc9c82 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 20 Nov 2025 07:20:31 +0000 Subject: [PATCH] Update README with RendererAppContainer instructions (#2509) Added note about running icacls for RendererAppContainer flag. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 278c1f69..afdb3cac 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ you can activate (highly recommended) the 'RendererAppContainer' flag from the c ``` --enable-features=RendererAppContainer ``` +In this case, it is also necessary to run icacls as indicated above. ### Auto-update setup for linux working in progress in https://github.com/uazo/cromite/issues/771