From 674fb26029b7e5256325f27af8c73baf7d34381a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A6=B8=E0=A7=8C=E0=A6=AE=E0=A7=8D=E0=A6=AF=E0=A6=A6?= =?UTF-8?q?=E0=A7=80=E0=A6=AA=20=E0=A6=98=E0=A7=8B=E0=A6=B7?= <72045785+soumyaDghosh@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:19:43 +0530 Subject: [PATCH] docs: improve docs (#8) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 75a646c..d9ffb4a 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ apps: environment: LD_LIBRARY_PATH: $SNAP/webkitgtk-platform/usr/lib:$SNAP/webkitgtk-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$LD_LIBRARY_PATH PATH: $SNAP/webkitgtk-platform/usr/bin:$PATH + plugs: + - network # needed for webkitgtk to work + - network-status # needed for webkitgtk to work ``` You can also declare these variables at the top level of your `snapcraft.yaml` if you want to use them in all the apps. Some snaps that use this webkitgtk-sdk.